From f241d4e8b33448b52e68688f95ce8b4358cc3722 Mon Sep 17 00:00:00 2001 From: Andreas Granig Date: Fri, 2 Aug 2013 09:06:22 +0200 Subject: [PATCH] Use correct db for scripts. --- db_scripts/diff/13838.down | 2 +- db_scripts/diff/13838.up | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/db_scripts/diff/13838.down b/db_scripts/diff/13838.down index 5ee7fc55..8e15e878 100644 --- a/db_scripts/diff/13838.down +++ b/db_scripts/diff/13838.down @@ -1,3 +1,3 @@ -USE billing; +USE provisioning; ALTER TABLE voip_preferences DROP COLUMN expose_to_customer; diff --git a/db_scripts/diff/13838.up b/db_scripts/diff/13838.up index d801f2e0..64008ae3 100644 --- a/db_scripts/diff/13838.up +++ b/db_scripts/diff/13838.up @@ -1,4 +1,4 @@ -USE billing; +USE provisioning; ALTER TABLE voip_preferences ADD COLUMN expose_to_customer TINYINT(1) NOT NULL DEFAULT 0 AFTER internal;