1
0
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:
Doug Lauder 2022-06-22 12:51:06 -04:00 committed by GitHub
parent f8922d77e4
commit 39c1d07974
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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,