1
0
mirror of https://github.com/Unleash/unleash.git synced 2024-12-22 19:07:54 +01:00

added parameters-template to strategies table

This commit is contained in:
Ivar Østhus 2014-11-17 21:13:26 +01:00 committed by Ivar Conradi Østhus
parent acd51ddcd4
commit a56d92e153
3 changed files with 3 additions and 0 deletions

View File

@ -0,0 +1 @@
module.exports = require('../lib/migrationRunner').create('003-add-parameters-template-to-strategies');

View File

@ -0,0 +1 @@
ALTER TABLE strategies DROP COLUMN "parameters_template";

View File

@ -0,0 +1 @@
ALTER TABLE strategies ADD "parameters_template" json;