- removed remaining sql file from community server

- fixed skeema dockerfile
This commit is contained in:
Ulf Gebhardt 2021-08-22 22:41:44 +02:00
parent 8547362609
commit 890cce9e03
No known key found for this signature in database
GPG Key ID: 81308EFE29ABFEBD
2 changed files with 0 additions and 12 deletions

View File

@ -1,10 +0,0 @@
INSERT INTO `transaction_types` (`id`, `name`, `text`) VALUES
(1, 'creation', 'create new gradidos for member and also for group (in development)'),
(2, 'transfer', 'send gradidos from one member to another, also cross group transfer'),
(3, 'group create', 'create a new group, trigger creation of new hedera topic and new blockchain on node server'),
(4, 'group add member', 'add user to a group or move if he was already in a group'),
(5, 'group remove member', 'remove user from group, maybe he was moved elsewhere'),
(6, 'hedera topic create', 'create new topic on hedera'),
(7, 'hedera topic send message', 'send consensus message over hedera topic'),
(8, 'hedera account create', 'create new account on hedera for holding some founds with unencrypted keys'),
(9, 'decay start', 'signalize the starting point for decay calculation, allowed only once per chain');

View File

@ -22,7 +22,5 @@ WORKDIR ${DOCKER_WORKDIR}
COPY ./skeema/.skeema . COPY ./skeema/.skeema .
COPY ./login_server/skeema/ . COPY ./login_server/skeema/ .
COPY ./mariadb/.skeema.login ./gradido_login/.skeema COPY ./mariadb/.skeema.login ./gradido_login/.skeema
COPY ./community_server/db/skeema/ .
COPY ./mariadb/.skeema.community ./gradido_community/.skeema
CMD skeema push --allow-unsafe CMD skeema push --allow-unsafe