From 4ff8f1fa9bfd917caf51dd12683b2f87e5a98e3c Mon Sep 17 00:00:00 2001 From: Rimi Nosha Date: Sun, 25 Aug 2024 18:50:26 +0100 Subject: [PATCH] Update tgstation_schema_prefixed.sql Signed-off-by: Rimi Nosha --- SQL/tgstation_schema_prefixed.sql | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/SQL/tgstation_schema_prefixed.sql b/SQL/tgstation_schema_prefixed.sql index dfe90abedb6..112e51cd898 100644 --- a/SQL/tgstation_schema_prefixed.sql +++ b/SQL/tgstation_schema_prefixed.sql @@ -637,19 +637,6 @@ CREATE TABLE `SS13_discord_links` ( PRIMARY KEY (`id`) ) ENGINE=InnoDB; --- --- Table structure for table `text_adventures` --- -DROP TABLE IF EXISTS `SS13_text_adventures`; -CREATE TABLE `SS13_text_adventures` ( - `id` int(11) NOT NULL AUTO_INCREMENT, - `adventure_data` LONGTEXT NOT NULL, - `uploader` VARCHAR(32) NOT NULL, - `timestamp` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP, - `approved` TINYINT(1) NOT NULL DEFAULT FALSE, - PRIMARY KEY (`id`) -) ENGINE=InnoDB; - -- -- Table structure for table `admin_connections` --