Talk:Projects/UUIDs Usage/Functional Specifications
- Excellent specs. Can you please add targeted iterations?
- The change should be applied not only to columns in pk but also to columns referencing them. Do not forget to apply those changes to some columns that have an "implicit" relationship with the primary keys (ad_tree_node.node_id, fact_acct.record_id, fact_acct.record_id2, ...)
- AD_Sequence table will be still required but just to generate document numbers
- Remove stuff (triggers and ant call) to create ad_sequence entries from tables
- There is at least one column that is not a PK and should also be replaced by an UUId (fact_acct.FACT_ACCT_GROUP_ID). Check if there are more like this.