Przeglądaj źródła

Make 0001 less noisy

Trevor Elliott 4 lat temu
rodzic
commit
62ad074895
1 zmienionych plików z 3 dodań i 1 usunięć
  1. 3 1
      migrations/m_0001_add_meta_table.py

+ 3 - 1
migrations/m_0001_add_meta_table.py

@@ -1,6 +1,8 @@
 
 from lc.migration import migration
 
+# This migration just ensures that the meta table is updated to version 1
+
 @migration
 def run(m):
-    print("Running!")
+    pass