Skip to content

Commit

Permalink
add cenotaph to existing mig
Browse files Browse the repository at this point in the history
  • Loading branch information
brady.ouren committed Jul 16, 2024
1 parent aedb79b commit d57d035
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 1 addition & 0 deletions migrations/V1__runes.sql
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ CREATE TABLE IF NOT EXISTS runes (
terms_offset_start NUMERIC,
terms_offset_end NUMERIC,
turbo BOOLEAN NOT NULL DEFAULT FALSE,
cenotaph BOOLEAN NOT NULL DEFAULT FALSE,
timestamp BIGINT NOT NULL
);

Expand Down
3 changes: 0 additions & 3 deletions migrations/V5__add_cenotaph_to_runes.sql

This file was deleted.

0 comments on commit d57d035

Please sign in to comment.