m_0001_add_meta_table.py 82 B

123456
  1. from lc.migration import migration
  2. @migration
  3. def run(m):
  4. print("Running!")