Update primary keys on customer data to UUIDs

- schema changes to primary and foreign keys
- fixture changes
- customer data models subclass AccountScopedRecord
- import script updated
This commit is contained in:
Mike Dalessio
2025-11-11 15:05:47 -05:00
parent ab35c730d0
commit e4011ef211
64 changed files with 608 additions and 494 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
class Tag < ApplicationRecord
class Tag < AccountScopedRecord
include Attachable, Filterable
belongs_to :account, default: -> { Current.account }