feat(DB): release ACDB 7.0.0 (#12811)
* feat(DB): release ACDB 7.0.0 * cleanup * we try sourcery
This commit is contained in:
parent
4cd3b9c203
commit
3daa8e2146
739 changed files with 197091 additions and 167873 deletions
|
|
@ -15,7 +15,7 @@
|
|||
-- Dumpar struktur för tabell acore_characters.bugreport
|
||||
DROP TABLE IF EXISTS `bugreport`;
|
||||
CREATE TABLE IF NOT EXISTS `bugreport` (
|
||||
`id` INT unsigned NOT NULL AUTO_INCREMENT COMMENT 'Identifier',
|
||||
`id` int unsigned NOT NULL AUTO_INCREMENT COMMENT 'Identifier',
|
||||
`type` longtext NOT NULL,
|
||||
`content` longtext NOT NULL,
|
||||
PRIMARY KEY (`id`)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue