Skip to content

Commit

Permalink
Fix duplicate update script.
Browse files Browse the repository at this point in the history
  • Loading branch information
titlestad committed Jul 14, 2020
1 parent f23b77b commit 39efa56
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 2 additions & 0 deletions db/sqlupdatescripts/52_default_publickey_col_value.sql
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
ALTER TABLE `FUser` CHANGE `PublicKey` `PublicKey` TEXT CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL;

ALTER TABLE `FFileShared` ADD `FSID` bigint(32) DEFAULT 0;
2 changes: 0 additions & 2 deletions db/sqlupdatescripts/52_file_shared_filesystem.sql

This file was deleted.

0 comments on commit 39efa56

Please sign in to comment.