- Small corrections to the role definitions (Tenant Tester and Tenant Financial Roles are no longer required)
This commit is contained in:
@@ -18,19 +18,18 @@ depends_on = None
|
||||
|
||||
def upgrade():
|
||||
# ### commands auto generated by Alembic - please adjust! ###
|
||||
op.execute("""
|
||||
INSERT INTO public.role (name, description)
|
||||
VALUES ('Tenant Financial', 'Role for managing tenant financial operations');
|
||||
""")
|
||||
#
|
||||
pass
|
||||
|
||||
# ### end Alembic commands ###
|
||||
|
||||
|
||||
def downgrade():
|
||||
# ### commands auto generated by Alembic - please adjust! ###
|
||||
op.execute("""
|
||||
DELETE FROM public.role
|
||||
WHERE name = 'Tenant Financial';
|
||||
""")
|
||||
# op.execute("""
|
||||
# DELETE FROM public.role
|
||||
# WHERE name = 'Tenant Financial';
|
||||
# """)
|
||||
pass
|
||||
|
||||
# ### end Alembic commands ###
|
||||
|
||||
Reference in New Issue
Block a user