Minzkraut 2ef1dfe7a7 Trade: Persist trades in the database
using atomic transactions.
If a card happens to not be owned by the trading user, the entire
trade is being rolled back.
Rollback behaviour is a bit weird though, since we have to rollback
manually even in a managed transaction.
2023-01-02 22:49:46 +01:00
2022-09-11 22:31:25 +02:00
2022-08-25 23:20:52 +02:00
2022-09-07 19:05:14 +02:00
2022-09-04 23:41:14 +02:00

Band Bot

Run dev container

$ docker-compose -f docker-compose.yml -f docker-compose.dev.yml up

Sequelize migrations

$npx sequelize db:migrate
$npx sequelize db:seed:all

Import

Use npm run import to import from assets/import/{bands,characters}.

Description
No description provided
Readme 15 MiB
Languages
JavaScript 100%