diff options
| author | TDB Release <tdb-release@build.bot> | 2020-01-15 07:47:03 +0000 |
|---|---|---|
| committer | TDB Release <tdb-release@build.bot> | 2020-01-15 07:47:03 +0000 |
| commit | 5558917286d6421173c4ee41b8d14018b7b3309f (patch) | |
| tree | e66125e7e3376eb9612e4393c3b8f8ccd203e052 /sql/base/dev | |
| parent | e660c8bc19198d9e2e912c5243498469f75b0ee6 (diff) | |
TDB 335.20011 - 2020/01/15TDB335.20011
Diffstat (limited to 'sql/base/dev')
| -rw-r--r-- | sql/base/dev/world_database.sql | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sql/base/dev/world_database.sql b/sql/base/dev/world_database.sql index 77fb41a6b72..a99895c7c28 100644 --- a/sql/base/dev/world_database.sql +++ b/sql/base/dev/world_database.sql @@ -1455,6 +1455,7 @@ CREATE TABLE `holiday_dates` ( `id` int(10) unsigned NOT NULL, `date_id` tinyint(3) unsigned NOT NULL, `date_value` int(10) unsigned NOT NULL, + `holiday_duration` int(10) unsigned NOT NULL, PRIMARY KEY (`id`,`date_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; @@ -3843,4 +3844,4 @@ CREATE TABLE `waypoints` ( /*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */; /*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */; --- Dump completed on 2019-12-15 18:26:23 +-- Dump completed on 2020-01-15 7:45:20 |
