Skip to content

Commit

Permalink
Modify snapshot_nodes table's signature column to not null
Browse files Browse the repository at this point in the history
  • Loading branch information
sohyun-ku committed Feb 20, 2024
1 parent 2ee916c commit 42e9b59
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 42e9b59

Please sign in to comment.