Migrate attribute datetime to date (#2441)

This commit is contained in:
jekkos
2019-06-04 23:59:18 +02:00
parent d3d051ee72
commit 0ae6470b35
16 changed files with 78 additions and 64 deletions

View File

@@ -0,0 +1 @@
ALTER TABLE `ospos_attribute_values` CHANGE `attribute_datetime` `attribute_date` DATE DEFAULT NULL;