mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-20 03:25:49 +01:00
Fixes new merge conflict from patreon PR
This commit is contained in:
@@ -140,6 +140,25 @@ CREATE TABLE `death` (
|
||||
) ENGINE=MyISAM AUTO_INCREMENT=166546 DEFAULT CHARSET=latin1;
|
||||
/*!40101 SET character_set_client = @saved_cs_client */;
|
||||
|
||||
--
|
||||
-- Table structure for table `donators`
|
||||
--
|
||||
|
||||
DROP TABLE IF EXISTS `donators`;
|
||||
/*!40101 SET @saved_cs_client = @@character_set_client */;
|
||||
/*!40101 SET character_set_client = utf8 */;
|
||||
CREATE TABLE `donators` (
|
||||
`patreon_name` varchar(32) NOT NULL,
|
||||
`tier` int(2),
|
||||
`ckey` varchar(32) COMMENT 'Manual Field',
|
||||
`start_date` datetime,
|
||||
`end_date` datetime,
|
||||
`active` boolean,
|
||||
PRIMARY KEY (`patreon_name`)
|
||||
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
||||
/*!40101 SET character_set_client = @saved_cs_client */;
|
||||
|
||||
|
||||
--
|
||||
-- Table structure for table `admin`
|
||||
--
|
||||
|
||||
Reference in New Issue
Block a user