* refactor: move migrations to new structure * refactor: convert all findMany to new structure * fix(backups-schedule): missing null matching for last backup status * chore: move root lib to server
4 lines
No EOL
363 B
SQL
4 lines
No EOL
363 B
SQL
ALTER TABLE `volumes_table` ADD `path` text NOT NULL;--> statement-breakpoint
|
|
ALTER TABLE `volumes_table` ADD `created_at` integer DEFAULT (current_timestamp) NOT NULL;--> statement-breakpoint
|
|
ALTER TABLE `volumes_table` ADD `updated_at` integer DEFAULT (current_timestamp) NOT NULL;--> statement-breakpoint
|
|
ALTER TABLE `volumes_table` ADD `config` text NOT NULL; |