mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-18 03:26:31 +01:00
Fixes inconsistent tab/space issue in schema (#91127)
This is something I wish I could just ignore and move on from but it bothered me enough to make this PR so here we are Nothing at all anyone will ever notice besides the people looking at this file in the repo
This commit is contained in:
@@ -117,7 +117,7 @@ CREATE TABLE IF NOT EXISTS `SS13_citation` (
|
||||
`sender_ic` varchar(64) NOT NULL DEFAULT '' COMMENT 'Longer because this is the character name, not the ckey',
|
||||
`recipient` varchar(64) NOT NULL DEFAULT '' COMMENT 'Longer because this is the character name, not the ckey',
|
||||
`crime` text NOT NULL,
|
||||
`crime_desc` text NULL DEFAULT NULL,
|
||||
`crime_desc` text NULL DEFAULT NULL,
|
||||
`fine` int(4) DEFAULT NULL,
|
||||
`paid` int(4) DEFAULT 0,
|
||||
`timestamp` datetime NOT NULL,
|
||||
|
||||
Reference in New Issue
Block a user