Browse Source

Make 0001 less noisy

Trevor Elliott 3 years ago
parent
commit
62ad074895
1 changed files with 3 additions and 1 deletions
  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