Skip to content

Commit

Permalink
RHINENG-9640 Remove unnecessary columns from the Profiles table (#171)
Browse files Browse the repository at this point in the history
  • Loading branch information
r14chandra authored May 8, 2024
1 parent 1f977e8 commit 125f60b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
ALTER TABLE profiles ADD COLUMN label TEXT, ADD COLUMN name TEXT, ADD COLUMN creator TEXT;
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
ALTER TABLE profiles DROP COLUMN label, DROP COLUMN name, DROP COLUMN creator;

0 comments on commit 125f60b

Please sign in to comment.