mirror of
https://github.com/Unleash/unleash.git
synced 2025-10-27 11:02:16 +01:00
added parameters-template to strategies table
This commit is contained in:
parent
df2ddbfb45
commit
3fd95a6d3c
@ -0,0 +1 @@
|
||||
module.exports = require('../lib/migrationRunner').create('003-add-parameters-template-to-strategies');
|
||||
@ -0,0 +1 @@
|
||||
ALTER TABLE strategies DROP COLUMN "parameters_template";
|
||||
@ -0,0 +1 @@
|
||||
ALTER TABLE strategies ADD "parameters_template" json;
|
||||
Loading…
Reference in New Issue
Block a user