]> ruin.nu Git - ndwebbie.git/commitdiff
also reset rank
authorMichael Andreen <harv@ruin.nu>
Sun, 4 Nov 2007 12:14:02 +0000 (13:14 +0100)
committerMichael Andreen <harv@ruin.nu>
Sun, 4 Nov 2007 12:14:02 +0000 (13:14 +0100)
database/clean-webbie.sql

index f72e0b6372c35b38bfc012709606a9bfe8ea2ff4..a03a1b5a0e2e6a99849f7c1b6e7c41de1b4fe28c 100644 (file)
@@ -27,4 +27,4 @@ ALTER SEQUENCE incomings_id_seq RESTART 1;
 ALTER SEQUENCE planets_id_seq RESTART 1;
 ALTER SEQUENCE raid_targets_id_seq RESTART 1;
 ALTER SEQUENCE raids_id_seq RESTART 1;
-UPDATE users SET scan_points = 0, defense_points = 0, attack_points = 0, humor_points = 0;
+UPDATE users SET scan_points = 0, defense_points = 0, attack_points = 0, humor_points = 0, rank = NULL;