Files
ubicloud/model/account.rb
Jeremy Evans 4a4efb1da9 Drop columns from access_tag, and drop applied_tag and access_policy
This makes access_tag a pure project <-> accounts join table
(modulo the created_at column to see when the two were
associated).

This removes non-account entries from the access_tag table,
because that is required for the foreign key constraint to work.

While here, drop the applied_tag and access_policy tables, as they
are no longer used.
2025-01-20 13:08:20 -08:00

5.0 KiB