1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-02-04 00:18:01 +01:00

Database migration #43

This commit is contained in:
ivaosthu 2014-12-15 22:04:39 +01:00
parent ffe6e58d65
commit 10e6ee1091
4 changed files with 3 additions and 0 deletions

View File

@ -0,0 +1 @@
module.exports = require('../lib/migrationRunner').create('005-archived-flag-to-features');

View File

@ -0,0 +1 @@
ALTER TABLE features DROP COLUMN "archived";

View File

@ -0,0 +1 @@
ALTER TABLE features ADD archived integer DEFAULT 0;

0
sudo Normal file
View File