]> ruin.nu Git - ndwebbie.git/commitdiff
Merge branch 'master' of ruin.nu:git/ndwebbie
authorMichael Andreen <harv@ruin.nu>
Mon, 5 Nov 2007 16:21:56 +0000 (17:21 +0100)
committerMichael Andreen <harv@ruin.nu>
Mon, 5 Nov 2007 16:21:56 +0000 (17:21 +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;