-
Notifications
You must be signed in to change notification settings - Fork 996
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use proto hash and remove hash from db
Signed-off-by: Terence <terencelimxp@gmail.com>
- Loading branch information
1 parent
ccf4e9a
commit cd50a3f
Showing
3 changed files
with
31 additions
and
35 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 1 addition & 3 deletions
4
core/src/main/resources/db/migration/V3.0__Feature_Table_Deletion.sql
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1 @@ | ||
ALTER TABLE feature_tables ADD COLUMN is_deleted boolean NOT NULL; | ||
|
||
ALTER TABLE feature_tables ADD COLUMN metadata_hash bigint NOT NULL; | ||
ALTER TABLE feature_tables ADD COLUMN is_deleted boolean NOT NULL; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters