Skip to content

Commit

Permalink
also removes exodrone adventures from prefixed sql schema (tgstation#…
Browse files Browse the repository at this point in the history
…78769)

## About The Pull Request

forgor

## Why It's Good For The Game


![image](https://github.com/tgstation/tgstation/assets/70376633/3ba3ae4f-64ae-47a1-98ba-05d1e2d6d912)

## Changelog

nothing playerfacing hopefully
  • Loading branch information
mc-oofert authored Oct 6, 2023
1 parent 5e2c845 commit 2ce7819
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 2ce7819

Please sign in to comment.