From ea6fffc525b0258a9e55e9ca88690d704ea78eb0 Mon Sep 17 00:00:00 2001 From: FrancescoUK Date: Fri, 5 Feb 2016 09:06:54 +0000 Subject: [PATCH] Add version liner so we remember which version the script works with (#258) --- database/migrate_phppos_dist.sql | 2 ++ 1 file changed, 2 insertions(+) diff --git a/database/migrate_phppos_dist.sql b/database/migrate_phppos_dist.sql index 53e0c7c14..321a9cd67 100644 --- a/database/migrate_phppos_dist.sql +++ b/database/migrate_phppos_dist.sql @@ -708,6 +708,8 @@ CREATE TABLE `ospos_suppliers` ( -- -- This migration script should be run after creating tables with the regular database script and before applying the constraints. -- +-- This script migrates data from phppos to ospos 2.3.4 +-- -- -- Copy data to table `ospos_app_config`