Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYOUR NAME <USER@develer.com>2009-02-11 19:22:41 (GMT)
committer YOUR NAME <USER@develer.com>2009-02-11 19:22:41 (GMT)
commitf655202df1cde3a89667331e630ed7dbb70db4a8 (patch)
tree9130fb9cc568479428a44d5353e10298c40a51fe
parentde82b0848174cab3a27de7868afef15eb229ae84 (diff)
Fix sql script to match table structure
-rw-r--r--site/app/tests/data/sugar-test-data.sql2
1 files changed, 1 insertions, 1 deletions
diff --git a/site/app/tests/data/sugar-test-data.sql b/site/app/tests/data/sugar-test-data.sql
index 5933b4c..a6b0f4c 100644
--- a/site/app/tests/data/sugar-test-data.sql
+++ b/site/app/tests/data/sugar-test-data.sql
@@ -4,7 +4,7 @@ update users set password='913026c7754df0fbdc89b75007ad5a66';
SET FOREIGN_KEY_CHECKS=0;
-- Create activity addontype, 9
-insert into addontypes values (9, now(), now());
+insert into addontypes values (9, 0, 0, 0, now(), now());
-- Create Sugar application, 19
insert into applications values