summaryrefslogtreecommitdiff
path: root/tko/migrations/005_add_testna_status.py
diff options
context:
space:
mode:
Diffstat (limited to 'tko/migrations/005_add_testna_status.py')
-rw-r--r--tko/migrations/005_add_testna_status.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/tko/migrations/005_add_testna_status.py b/tko/migrations/005_add_testna_status.py
index e22abe5d..4e4e4807 100644
--- a/tko/migrations/005_add_testna_status.py
+++ b/tko/migrations/005_add_testna_status.py
@@ -1,6 +1,6 @@
def migrate_up(monger):
- monger.execute("INSERT INTO status (word) values ('TEST_NA')")
+ monger.execute("INSERT INTO status (word) values ('TEST_NA')")
def migrate_down(monger):
- monger.execute("DELETE FROM status where word = 'TEST_NA'")
+ monger.execute("DELETE FROM status where word = 'TEST_NA'")