Initial import

This commit is contained in:
2017-02-19 11:35:16 +01:00
commit 27a0b0a2bf
7 changed files with 4356 additions and 0 deletions

3
README.table.vacation Normal file
View File

@ -0,0 +1,3 @@
## - Maybe column "cache" is missing at table "vacation"
## -
ALTER TABLE vacation ADD cache text DEFAULT ''::text NOT NULL;