From c02433faabc26e6efc045e4184aeb56a330d55a9 Mon Sep 17 00:00:00 2001 From: alexm Date: Thu, 30 Jun 2022 13:24:26 +0200 Subject: [PATCH] typo --- db/dump/structure.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/db/dump/structure.sql b/db/dump/structure.sql index a2f345fa0..67763066f 100644 --- a/db/dump/structure.sql +++ b/db/dump/structure.sql @@ -31076,7 +31076,7 @@ CREATE TABLE `entry` ( `created` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP, `evaNotes` varchar(45) COLLATE utf8_unicode_ci DEFAULT NULL, `travelFk` int(11) unsigned DEFAULT NULL, - `currencyFk` tinyint(3) unsigned DEFAULT '1', + `currencyFk` tinyint(3) unsigned DEFAULT '1', `companyFk` smallint(5) unsigned NOT NULL DEFAULT '442', `gestDocFk` int(11) DEFAULT NULL, `invoiceInFk` mediumint(8) unsigned DEFAULT NULL,