mirror of
https://github.com/teableio/teable.git
synced 2026-01-14 17:34:15 +08:00
- Introduced a static Map to track and increment unique counters for generated rule IDs in the ReferenceRule class, ensuring distinct identifiers for each reference entry. - Updated the buildRuleId method to incorporate the counter, allowing for better differentiation of rule IDs based on their usage frequency. - Modified the TableId schema to enforce a regex pattern for prefixed IDs, enhancing validation for table identifiers. These changes improve the uniqueness and traceability of reference rules while strengthening the validation of table IDs.