mirror of
https://github.com/mattermost/focalboard.git
synced 2024-12-21 13:38:56 +02:00
Update 000017_add_file_info.up.sql (#3266)
Make CREATE TABLE idempotent.
This commit is contained in:
parent
f8922d77e4
commit
39c1d07974
@ -1,4 +1,4 @@
|
||||
CREATE TABLE {{.prefix}}file_info (
|
||||
CREATE TABLE IF NOT EXISTS {{.prefix}}file_info (
|
||||
id varchar(26) NOT NULL,
|
||||
create_at BIGINT NOT NULL,
|
||||
delete_at BIGINT,
|
||||
|
Loading…
Reference in New Issue
Block a user