initial checkin from subversion
This commit is contained in:
3
updateSQL.sql
Normal file
3
updateSQL.sql
Normal file
@@ -0,0 +1,3 @@
|
||||
2013-11-07 - delete orphaned entries:
|
||||
|
||||
update entry set status='d' where entry.status != 'd' and shopkey not in (select key from shop where status != 'd');
|
||||
Reference in New Issue
Block a user