Quoting MrC <[EMAIL PROTECTED]>: > > I was wondering if slim's database was versioned, and if that version > was increased when changes are made to the schema?
it is versioned, and yes it does get incremented. See the SQL directory for the files involved. On startup, if your DB version does not match what slimserver expects, the tables are wiped and the sql macros create new tables and start scanning. -k _______________________________________________ beta mailing list [email protected] http://lists.slimdevices.com/lists/listinfo/beta
