summaryrefslogtreecommitdiffstats
path: root/kittystore/storm/schema/patch_1.py
blob: 9cc989555d1455178f7023236a9991122f38d425 (plain)
1
2
3
4
5
6
7
8
9
# -*- coding: utf-8 -*-
# pylint: disable=W0622,W0613
# W0622: Redefining built-in 'apply'
# W0613: Unused argument 'store'


def apply(store):
    """Store '1' in the patch version table"""
    pass