Skip to content

Commit

Permalink
fix verify
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisjenx committed Jan 31, 2025
1 parent b9f73d4 commit 9658ab3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/src/commonMain/sqldelight/migrations/1.sqm
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ CREATE TABLE metadata (
);

ALTER TABLE entity ADD COLUMN read_at INTEGER;
ALTER TABLE entity ADD COLUMN write_at INTEGER DEFAULT NULL;
ALTER TABLE entity ADD COLUMN write_at INTEGER;

UPDATE entity SET write_at = CURRENT_TIMESTAMP;

Expand Down

0 comments on commit 9658ab3

Please sign in to comment.