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 David Farning <dfarning@gmail.com>2009-03-21 00:19:25 (GMT)
commit4e9a91c763e9ec1429c5c9099ce5046d37e60780 (patch)
treee6a30f3a8211d249efbbf2b19471259be8f64309
parent8fa9e75b92ecadde51ee10305fe99a7b541c83a0 (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