Sfoglia il codice sorgente

Make 0001 less noisy

Trevor Elliott 4 anni fa
parent
commit
62ad074895
1 ha cambiato i file con 3 aggiunte e 1 eliminazioni
  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