Skip to content
Snippets Groups Projects
Commit 155ea7c4 authored by Filip Kollár's avatar Filip Kollár
Browse files

fixed migration

parent df6d0d37
No related branches found
No related tags found
1 merge request!40added sequence generation of account numbers
ALTER TABLE accounts ADD COLUMN is_bank_account BOOLEAN NOT NULL DEFAULT FALSE;
ALTER TABLE accounts
ADD COLUMN bank_account BOOLEAN NOT NULL DEFAULT FALSE;
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment