mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-07-19 19:32:52 -04:00
migration script for already existing DBs
This commit is contained in:
3
database/3.0.2_to_3.1.sql
Normal file
3
database/3.0.2_to_3.1.sql
Normal 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);
|
||||
Reference in New Issue
Block a user