regen migrations

pull/165/head
Jim Lambert 6 years ago
parent 2509978862
commit a4580fda15

@ -250,8 +250,8 @@ values
('db_test_car', 1),
('db_test_rental', 1),
('db_test_scooter', 1),
('auth_account', 1);
;
('auth_account', 1),
('iam_principal_role', 1);
commit;
@ -631,8 +631,6 @@ create table iam_role (
unique(scope_id, public_id)
);
create trigger
update_version_column
after update on iam_role

Loading…
Cancel
Save