Archive Project
# Conflicts: # .gitignore
This commit is contained in:
5
alembic_data/ops/__init__.py
Normal file
5
alembic_data/ops/__init__.py
Normal file
@@ -0,0 +1,5 @@
|
||||
"""Operations used by Alembic-Data to create, update and delete objects."""
|
||||
|
||||
from .delete_row import *
|
||||
from .insert_row import *
|
||||
from .update_row import *
|
||||
Reference in New Issue
Block a user