Skip to content
Snippets Groups Projects
Commit 691ce894 authored by Graham Cole's avatar Graham Cole
Browse files

here be a dir to store sql files with database changes which need to be...

here be a dir to store sql files with database changes which need to be applied to the live site, and the changes required for version 0.3
parent 630b3a9d
No related branches found
No related tags found
No related merge requests found
DELETE FROM session;
ALTER TABLE session DROP COLUMN time;
ALTER TABLE session ADD COLUMN logintime timestamp(0) without time zone;
ALTER TABLE session ADD COLUMN lastseen timestamp(0) without time zone;
DELETE FROM menu WHERE title='Bananas';
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment