瀏覽代碼

Make 0001 less noisy

Trevor Elliott 4 年之前
父節點
當前提交
62ad074895
共有 1 個文件被更改,包括 3 次插入1 次删除
  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