mirror of
https://github.com/IT4Change/gradido.git
synced 2026-01-20 20:01:31 +00:00
to prevent data loss if upgrading older table
This commit is contained in:
parent
f0bad9c380
commit
186001a4e0
@ -1,6 +1,7 @@
|
||||
CREATE TABLE `transaction_send_coins` (
|
||||
`id` int(10) unsigned NOT NULL AUTO_INCREMENT,
|
||||
`transaction_id` int(10) unsigned NOT NULL,
|
||||
`public_key` binary(32) NOT NULL,
|
||||
`sender_public_key` binary(32) NOT NULL,
|
||||
`state_user_id` int(10) unsigned DEFAULT 0,
|
||||
`receiver_public_key` binary(32) NOT NULL,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user