Skip to content

Commit

Permalink
Remove unused tables and columns
Browse files Browse the repository at this point in the history
  • Loading branch information
kian99 committed Nov 16, 2023
1 parent 803c906 commit ceb4a41
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions internal/dbmodel/sql/postgres/1_4.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
DROP TABLE IF EXISTS user_application_offer_access;
DROP TABLE IF EXISTS user_cloud_access;
DROP TABLE IF EXISTS user_model_access;
ALTER TABLE users DROP COLUMN controller_access;
ALTER TABLE users DROP COLUMN audit_log_access;

UPDATE versions SET major=1, minor=4 WHERE component='jimmdb';

0 comments on commit ceb4a41

Please sign in to comment.