Skip to content

Commit

Permalink
removed problematic migratin settings that are not needed anyhow
Browse files Browse the repository at this point in the history
  • Loading branch information
Jesse Eichar committed Nov 21, 2012
1 parent 3d432c1 commit 17b64d3
Showing 1 changed file with 0 additions and 7 deletions.
Expand Up @@ -6,12 +6,5 @@ UPDATE Settings SET value='prefer_locale' where name='only';

INSERT INTO settings VALUES ( 3, 1, 'wmtTimestamp', '20120809');

INSERT INTO Settings VALUES (89,80,'bind',NULL);
INSERT INTO Settings VALUES (102,86,'subtree','false');
INSERT INTO Settings VALUES (140,89,'bindDn','cn=fake.name,ou=people,dc=fao,dc=org');
INSERT INTO Settings VALUES (141,89,'bindPw','fake_password');
INSERT INTO Settings VALUES (150,80,'anonBind','true');

UPDATE settings SET value='0 0 1 * * ?' where name = 'every';

ALTER TABLE HarvestHistory ADD elapsedTime int;

0 comments on commit 17b64d3

Please sign in to comment.