mirror of
https://github.com/0PandaDEV/Qopy.git
synced 2025-04-22 13:44:05 +02:00
feat: database migration system
This commit is contained in:
parent
2652f26271
commit
8f0d53d355
3 changed files with 86 additions and 15 deletions
2
src-tauri/src/db/migrations/migration2.sql
Normal file
2
src-tauri/src/db/migrations/migration2.sql
Normal file
|
@ -0,0 +1,2 @@
|
|||
ALTER TABLE history ADD COLUMN source TEXT DEFAULT 'System' NOT NULL;
|
||||
ALTER TABLE history ADD COLUMN source_icon TEXT;
|
Loading…
Add table
Add a link
Reference in a new issue