Skip to content

Commit

Permalink
fix: add missing columns for revision table
Browse files Browse the repository at this point in the history
  • Loading branch information
Kai Volland committed May 2, 2024
1 parent 51f224d commit ebbfaf9
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
ALTER TABLE IF EXISTS shogun_rev.publicinstancepermissions_rev
ADD COLUMN IF NOT EXISTS created_mod BOOLEAN NULL,
ADD COLUMN IF NOT EXISTS modified_mod BOOLEAN NULL,
ADD COLUMN IF NOT EXISTS entity_id_mod BOOLEAN NULL;

0 comments on commit ebbfaf9

Please sign in to comment.