mirror of
https://github.com/OpenXE-org/OpenXE.git
synced 2024-11-14 20:17:14 +01:00
Added sprache to table verbindlichkeit
This commit is contained in:
parent
445ba3529c
commit
764e19f67b
@ -15208,6 +15208,7 @@ CREATE TABLE IF NOT EXISTS `verbindlichkeit` (
|
||||
`klaergrund` varchar(255) NOT NULL DEFAULT '',
|
||||
`skonto_erhalten` decimal(10,2) NOT NULL DEFAULT '0.00',
|
||||
`kurs` decimal(18,8) NOT NULL DEFAULT '0.00000000',
|
||||
`sprache` varchar(25) NOT NULL DEFAULT '',
|
||||
PRIMARY KEY (`id`),
|
||||
KEY `adresse` (`adresse`),
|
||||
KEY `bestellung` (`bestellung`)
|
||||
|
Loading…
Reference in New Issue
Block a user