You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
boundary/internal/db/schema/migrations/oss/postgres/91
Timothy Messier 21230e1c61
db: Re-order migrations for next release (#5146)
2 years ago
..
01_storage_policies.up.sql fix(policy): Cascade delete policy when scope is deleted (#5014) 2 years ago
02_indexes_fk_delete.up.sql perf(db): Add indexes on foreign key to improve delete performance 2 years ago
03_indexes_grants_query.up.sql perf(db): Reorder index columns for primary keys 2 years ago
04_insert_session_delete_on_statement.up.sql perf(db): Use statement trigger for marking deleted sessions 2 years ago
05_deletion_tables_view.up.sql refact(db): Replace get_deleted_tables function with a view 2 years ago