Add sql script to update date_create to current date for Customer. #513
This commit is contained in:
parent
ae5ccb40f2
commit
2d0b539f09
1 changed files with 2 additions and 0 deletions
2
initial_sql/sql_update_customer_date_create.sql
Normal file
2
initial_sql/sql_update_customer_date_create.sql
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
UPDATE customer SET date_create=NOW() WHERE date_create="0000-00-00 00:00:00";
|
||||
|
||||
Loading…
Reference in a new issue