Skip to content

Commit

Permalink
add missing migration for source type
Browse files Browse the repository at this point in the history
  • Loading branch information
splitbrain committed Feb 23, 2024
1 parent c8916b3 commit d688aef
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions db/0006.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
ALTER TABLE `sources` ADD `type` VARCHAR( 50 ) NOT NULL DEFAULT 'feed';

0 comments on commit d688aef

Please sign in to comment.