Skip to content

Commit

Permalink
Tidy database, remove unwanted rows and tables
Browse files Browse the repository at this point in the history
  • Loading branch information
Iain C Docherty authored and lemming552 committed Jan 10, 2016
1 parent 68d35ec commit 678e4a4
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions var/upgrades/3.0918.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# tidy up of some unused tables

drop table glyphs;
drop table body_old;
drop table propositions_bak;
drop table temp;
drop table trades;
drop table votes_bak;
delete from cargo_log;
delete from login_log where date_stamp < "2015-01-01 00:00:00";
delete from lottery_log where date_stamp < "2015-01-01 00:00:00";
delete from news where date_posted < "2015-01-01 00:00:00";

0 comments on commit 678e4a4

Please sign in to comment.