Skip to content

Commit

Permalink
Removed outdated column in sql script
Browse files Browse the repository at this point in the history
  • Loading branch information
LordTuxn committed Sep 21, 2021
1 parent 06123ac commit dd2dded
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,6 @@ public static List<String> getTables() {
" `id` int NOT NULL AUTO_INCREMENT ," +
" `ftp_configuration_id` int NULL ," +
" `name` varchar(45) NOT NULL ," +
" `schematic_path` varchar(255) NULL ," +
"PRIMARY KEY (`id`)," +
"KEY `fkIdx_30` (`ftp_configuration_id`)," +
"CONSTRAINT `FK_29` FOREIGN KEY `fkIdx_30` (`ftp_configuration_id`) REFERENCES `plotsystem_ftp_configurations` (`id`)" +
Expand Down

0 comments on commit dd2dded

Please sign in to comment.