summaryrefslogtreecommitdiff
path: root/talerbank/app/migrations/0001_initial.py
AgeCommit message (Collapse)Author
2018-02-28get rid of old migrations, and keeping theirfeatureMarcello Stanisci
squashed version.
2017-03-22Getting rid of the sign in front of amount's "value" field,Marcello Stanisci
and implementing a flag-based way of accounting debts. Any bank account has now a 'debit' field, and whenever it turns True then the user is in debt and the balance indicates how much debt the user has.
2017-03-20 #4824, not finished yet.Marcello Stanisci
2017-01-09The big refactor.Florian Dold
2016-10-01removing unnecessary migrationsMarcello Stanisci
2016-04-15resolving flake8 warningsMarcello Stanisci
2016-04-11don't use migrations for account initFlorian Dold
2016-04-11create initial data in separate migrationFlorian Dold
2016-04-11Better error handling, create required accounts in migrationsFlorian Dold
2016-04-08restructure modulesFlorian Dold