Fixed Database Integration
- fixed wrong table creation path - added table update pathpull/1/head
parent
6765026742
commit
ff77c14bec
@ -0,0 +1,3 @@
|
||||
ALTER TABLE IF EXISTS votes
|
||||
ADD COLUMN IF NOT EXISTS vote_type varchar(8) DEFAULT 'upvote',
|
||||
ALTER COLUMN vote_type SET DEFAULT 'upvote';
|
Loading…
Reference in New Issue