aboutsummaryrefslogtreecommitdiffstats
path: root/schema.sql
AgeCommit message (Collapse)Author
2013-09-17Update schema of the databaseGuillaume Horel
since sqlite3 doesn't have support for alter besides renaming a table we use some sed fu to fix the dump
2012-11-09Stop insanity with timestampsGuillaume Horel
still need to check the function which imports the old database
2012-11-09Import old database.Thibaut Horel
The database is in the file new.db. dump,sql contains a sqlite3 compliant dump. To regenerate the database from the dump: $ sqlite3 old.db < dump.sql $ python createdb.py -s schema.sql -d new.db $ python import.py old.db new.db
2012-11-08add the kadoscopeGuillaume Horel
2012-11-08User feature (view and edit profile)Thibaut Horel
2012-11-08Cosmetic changesThibaut Horel
2012-11-07reworked the templatesGuillaume Horel
2012-11-08Keep both rst and html rendered content in the database. News edit featureThibaut Horel
2012-11-07Add comments feature: show list, addThibaut Horel
2012-11-07Add basic news feature: list, show, addThibaut Horel
2012-11-07Code cleanup. Login is now functional.Thibaut Horel
There is a script createdb.py to create the db from the schema.sql file
2012-11-05starting to hook things upGuillaume Horel