Browse Source
The transaction order from the xsnd must be recoverable when we store the transactions in the database.prometheus-integration
1 changed files with 11 additions and 0 deletions
@ -0,0 +1,11 @@ |
|||
|
|||
# --- !Ups |
|||
|
|||
ALTER TABLE transactions |
|||
ADD COLUMN index NON_NEGATIVE_INT_TYPE NULL DEFAULT NULL; |
|||
|
|||
|
|||
# --- !Downs |
|||
|
|||
ALTER TABLE transactions |
|||
DROP COLUMN index; |
Loading…
Reference in new issue