initial checkin from subversion

This commit is contained in:
Tretter
2017-02-07 20:09:46 +00:00
commit e1a15e7efb
25 changed files with 4774 additions and 0 deletions

3
updateSQL.sql Normal file
View 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');