Skip to content

Commit

Permalink
Merge pull request #118 from naver/feature/add-not-null-option-to-sig…
Browse files Browse the repository at this point in the history
…nature

Modify snapshot_nodes table's signature column to not null

Reviewed-by: @taeyeon-Kim, @kojandy
  • Loading branch information
sohyun-ku authored Feb 21, 2024
2 parents 2ee916c + 42e9b59 commit a43ca52
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ databaseChangeLog:
file: db/changelog/schema.sql
- include:
file: db/changelog/schema-1.1.2.sql
- include:
file: db/changelog/schema-1.1.3.sql
- include:
file: db/changelog/test-data-set.sql
context: local
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
--liquibase formatted sql

--changeset scavenger:6

ALTER TABLE snapshot_nodes MODIFY COLUMN signature TEXT NOT NULL;

0 comments on commit a43ca52

Please sign in to comment.