diff --git a/mithril_client b/mithril_client index 21d4a0a5e..a04d47699 160000 --- a/mithril_client +++ b/mithril_client @@ -1 +1 @@ -Subproject commit 21d4a0a5e9a19f251e26c0ae07ce74be2fa99bbf +Subproject commit a04d4769974b9d93ba72e490ed7dca3fbaed768c diff --git a/skeema/gradido_community/insert/transaction_types.sql b/skeema/gradido_community/insert/transaction_types.sql new file mode 100644 index 000000000..9dbf5b93f --- /dev/null +++ b/skeema/gradido_community/insert/transaction_types.sql @@ -0,0 +1,5 @@ + +INSERT INTO `transaction_types` (`id`, `name`, `text`) VALUES +(1, 'creation', 'Aktives oder Bedingungsloses Grundeinkommen.'), +(2, 'transfer', 'Einfache Überweisung'); + diff --git a/src/protobuf b/src/protobuf index 9004e6978..72e8fe7b7 160000 --- a/src/protobuf +++ b/src/protobuf @@ -1 +1 @@ -Subproject commit 9004e6978ac3dafcc635b2ffcf8bc6a156451cca +Subproject commit 72e8fe7b73a1aaf2d057d2fef59ade9268830008