stash/pkg/sqlite/migrations/53_gallery_photographer_cod...

3 lines
104 B
SQL

ALTER TABLE `galleries` ADD COLUMN `code` text;
ALTER TABLE `galleries` ADD COLUMN `photographer` text;