Skip to content

Commit

Permalink
Update tgstation_schema_prefixed.sql
Browse files Browse the repository at this point in the history
Signed-off-by: Rimi Nosha <[email protected]>
  • Loading branch information
RimiNosha authored Aug 25, 2024
1 parent 04e92f8 commit 4ff8f1f
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions SQL/tgstation_schema_prefixed.sql
Original file line number Diff line number Diff line change
Expand Up @@ -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`
--
Expand Down

0 comments on commit 4ff8f1f

Please sign in to comment.