diff options
| author | User <hukl@cccms.ccc.de> | 2011-02-10 14:23:36 +0100 |
|---|---|---|
| committer | User <hukl@cccms.ccc.de> | 2011-02-10 14:23:36 +0100 |
| commit | 384b187e9e067ddf2bb4d5fad0c2deaf96f69c89 (patch) | |
| tree | cf743f377d3e2e28a31ae0359d95f37beba82cc3 /vendor/plugins/thinking-sphinx/spec/fixtures/data.sql | |
| parent | 3d0de09cf94cee6233b36a7f5ce20d5059854acc (diff) | |
| parent | cec2b1e2881db0000b2a09029154bea0fc62ade3 (diff) | |
Merge branch 'master' of ssh://svn.medienhaus.udk-berlin.de/usr/local/git/cccms
Diffstat (limited to 'vendor/plugins/thinking-sphinx/spec/fixtures/data.sql')
| -rw-r--r-- | vendor/plugins/thinking-sphinx/spec/fixtures/data.sql | 32 |
1 files changed, 0 insertions, 32 deletions
diff --git a/vendor/plugins/thinking-sphinx/spec/fixtures/data.sql b/vendor/plugins/thinking-sphinx/spec/fixtures/data.sql deleted file mode 100644 index d5ec579..0000000 --- a/vendor/plugins/thinking-sphinx/spec/fixtures/data.sql +++ /dev/null | |||
| @@ -1,32 +0,0 @@ | |||
| 1 | insert into `people` (gender, first_name, middle_initial, last_name, street_address, city, state, postcode, email, birthday, team_id, team_type) values('female','Ellie','K','Ford','38 Mills Street','Eagle Farm Bc','QLD','4009','Ellie.K.Ford@mailinator.com','1970/1/23 00:00:00', 3, 'CricketTeam'); | ||
| 2 | insert into `people` (gender, first_name, middle_initial, last_name, street_address, city, state, postcode, email, birthday, team_id, team_type) values('female','Aaliyah','E','Allen','71 Murphy Street','Wyola West','WA','6407','Aaliyah.E.Allen@dodgit.com','1980/3/23 00:00:00', 3, 'CricketTeam'); | ||
| 3 | insert into `people` (gender, first_name, middle_initial, last_name, street_address, city, state, postcode, email, birthday, team_id, team_type) values('male','Callum','C','Miah','89 Dalgarno Street','Bullawa Creek','NSW','2390','Callum.C.Miah@trashymail.com','1973/3/25 00:00:00', 3, 'CricketTeam'); | ||
| 4 | insert into `people` (gender, first_name, middle_initial, last_name, street_address, city, state, postcode, email, birthday, team_id, team_type) values('male','Finley','L','Buckley','18 Queen Street','Manly Vale','NSW','2093','Finley.L.Buckley@spambob.com','1962/11/20 00:00:00', 3, 'CricketTeam'); | ||
| 5 | insert into `people` (gender, first_name, middle_initial, last_name, street_address, city, state, postcode, email, birthday, team_id, team_type) values('female','Poppy','A','Hilton','36 Nerrigundah Drive','Nyora','VIC','3987','Poppy.A.Hilton@dodgit.com','1972/10/30 00:00:00', 3, 'CricketTeam'); | ||
| 6 | insert into `people` (gender, first_name, middle_initial, last_name, street_address, city, state, postcode, email, birthday, team_id, team_type) values('female','Eloise','Z','Kennedy','18 Mt Berryman Road','Lilydale','QLD','4344','Eloise.Z.Kennedy@spambob.com','1973/9/28 00:00:00', 3, 'CricketTeam'); | ||
| 7 | insert into `people` (gender, first_name, middle_initial, last_name, street_address, city, state, postcode, email, birthday, team_id, team_type) values('female','Shannon','L','Manning','60 Ocean Pde','Greenvale','QLD','4816','Shannon.L.Manning@dodgit.com','1956/6/13 00:00:00', 3, 'CricketTeam'); | ||
| 8 | insert into `people` (gender, first_name, middle_initial, last_name, street_address, city, state, postcode, email, birthday, team_id, team_type) values('male','Oscar','C','Lawson','43 Feather Street','Battery Hill','QLD','4551','Oscar.C.Lawson@spambob.com','1979/10/17 00:00:00', 3, 'CricketTeam'); | ||
| 9 | insert into `people` (gender, first_name, middle_initial, last_name, street_address, city, state, postcode, email, birthday, team_id, team_type) values('female','Sofia','K','Bray','26 Clifton Street','Pental Island','VIC','3586','Sofia.K.Bray@mailinator.com','1970/5/10 00:00:00', 3, 'CricketTeam'); | ||
| 10 | insert into `people` (gender, first_name, middle_initial, last_name, street_address, city, state, postcode, email, birthday, team_id, team_type) values('male','Andrew','N','Byrne','35 Cecil Street','Monash Park','NSW','2111','Andrew.N.Byrne@spambob.com','1983/2/16 00:00:00', 3, 'CricketTeam'); | ||
| 11 | |||
| 12 | insert into `alphas` (name) values ('one'); | ||
| 13 | insert into `alphas` (name) values ('two'); | ||
| 14 | insert into `alphas` (name) values ('three'); | ||
| 15 | insert into `alphas` (name) values ('four'); | ||
| 16 | insert into `alphas` (name) values ('five'); | ||
| 17 | insert into `alphas` (name) values ('six'); | ||
| 18 | insert into `alphas` (name) values ('seven'); | ||
| 19 | insert into `alphas` (name) values ('eight'); | ||
| 20 | insert into `alphas` (name) values ('nine'); | ||
| 21 | insert into `alphas` (name) values ('ten'); | ||
| 22 | |||
| 23 | insert into `betas` (name) values ('one'); | ||
| 24 | insert into `betas` (name) values ('two'); | ||
| 25 | insert into `betas` (name) values ('three'); | ||
| 26 | insert into `betas` (name) values ('four'); | ||
| 27 | insert into `betas` (name) values ('five'); | ||
| 28 | insert into `betas` (name) values ('six'); | ||
| 29 | insert into `betas` (name) values ('seven'); | ||
| 30 | insert into `betas` (name) values ('eight'); | ||
| 31 | insert into `betas` (name) values ('nine'); | ||
| 32 | insert into `betas` (name) values ('ten'); | ||
