Skip to content

Commit

Permalink
rm not null
Browse files Browse the repository at this point in the history
  • Loading branch information
deniseli committed Aug 1, 2024
1 parent 50494ee commit 06fced5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
-- migrate:up

ALTER TABLE topic_events
ADD COLUMN caller TEXT NOT NULL;
ADD COLUMN caller TEXT;

-- migrate:down

0 comments on commit 06fced5

Please sign in to comment.