Explorar el Código

Make 0001 less noisy

Trevor Elliott hace 4 años
padre
commit
62ad074895
Se han modificado 1 ficheros con 3 adiciones y 1 borrados
  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