From 684419a8561f77e30300faa399856dcb66edd60a Mon Sep 17 00:00:00 2001 From: Laura Hausmann Date: Fri, 12 Jun 2020 05:31:54 +0200 Subject: [PATCH] add db update advice --- bahnplan.web/database.upgrade.txt | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 bahnplan.web/database.upgrade.txt diff --git a/bahnplan.web/database.upgrade.txt b/bahnplan.web/database.upgrade.txt new file mode 100644 index 0000000..5e7dad5 --- /dev/null +++ b/bahnplan.web/database.upgrade.txt @@ -0,0 +1,4 @@ +add comment col: + +ALTER TABLE Legs +ADD Comment TEXT;