m_0001_add_meta_table.py 145 B

123456789
  1. from lc.migration import migration
  2. # This migration just ensures that the meta table is updated to version 1
  3. @migration
  4. def run(m):
  5. pass