mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-15 19:17:02 +05:30
fix(database): move migrations to their correct directory
This commit is contained in:
parent
69f63cced4
commit
6ca500066f
4 changed files with 0 additions and 0 deletions
2
database/src/main/sqldelight/migrations/3.sqm
Normal file
2
database/src/main/sqldelight/migrations/3.sqm
Normal file
|
@ -0,0 +1,2 @@
|
|||
ALTER TABLE SavedPost
|
||||
ADD COLUMN description TEXT NOT NULL DEFAULT "";
|
Loading…
Add table
Add a link
Reference in a new issue