migration script for already existing DBs

This commit is contained in:
i92guboj
2016-12-19 20:19:05 +01:00
parent d9a4f93cfa
commit 74660bcaa1

View File

@@ -0,0 +1,3 @@
-- alter pic_id field, to rather contain a file name
ALTER TABLE `ospos_items` CHANGE `pic_id` `pic_filename` VARCHAR(255);