Skip to content

Commit

Permalink
Revert "Revert "Case Flags : Add two new columns in Flag Service tabl…
Browse files Browse the repository at this point in the history
…e : RDCC 5571 (#185)" (#189)" (#190)

This reverts commit bc93546.
  • Loading branch information
prudhvi-maddineni authored Nov 18, 2022
1 parent bc93546 commit c56d1fc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
ALTER TABLE flag_service ADD COLUMN default_status VARCHAR(64) not null default 'Active';
ALTER TABLE flag_service ADD COLUMN available_externally Boolean not null default False;
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
ALTER TABLE flag_service ADD COLUMN default_status VARCHAR(64) not null default 'Active';
ALTER TABLE flag_service ADD COLUMN available_externally Boolean not null default False;

0 comments on commit c56d1fc

Please sign in to comment.