This shows you the differences between two versions of the page.
Both sides previous revision Previous revision | |||
podoc:photo_spooler_sql_table [2007/04/20 14:08] Luud |
podoc:photo_spooler_sql_table [2007/10/19 14:41] (current) Luud |
||
---|---|---|---|
Line 53: | Line 53: | ||
== Used last == | == Used last == | ||
- | Still in use | + | Version 2.33 |
== Schema change history == | == Schema change history == | ||
Line 63: | Line 63: | ||
delete from photo_spooler; | delete from photo_spooler; | ||
</ | </ | ||
+ | |||
+ | = Version 2.34 = | ||
+ | |||
+ | <code sql> | ||
+ | -- Drop the old spooler | ||
+ | drop table photo_spooler; | ||
+ | </ | ||
+ | |||
== Data change history == | == Data change history == | ||