mirror of
https://github.com/OpenXE-org/OpenXE.git
synced 2024-12-24 13:40:29 +01:00
changed abkuerzung in projekt to varchar(128) because of index
This commit is contained in:
parent
989974d556
commit
ee4f7ab88a
@ -10365,7 +10365,7 @@ CREATE TABLE IF NOT EXISTS `proformarechnung_protokoll` (
|
||||
CREATE TABLE IF NOT EXISTS `projekt` (
|
||||
`id` int(10) NOT NULL AUTO_INCREMENT,
|
||||
`name` text NOT NULL,
|
||||
`abkuerzung` text NOT NULL,
|
||||
`abkuerzung` varchar(128) NOT NULL,
|
||||
`verantwortlicher` text NOT NULL,
|
||||
`beschreibung` text NOT NULL,
|
||||
`sonstiges` text NOT NULL,
|
||||
|
Loading…
Reference in New Issue
Block a user