Skip to content

Commit

Permalink
get the correct stuff into the database.
Browse files Browse the repository at this point in the history
  • Loading branch information
Kieren Diment committed Apr 30, 2010
1 parent e5cfb00 commit 8c83d60
Show file tree
Hide file tree
Showing 7 changed files with 715 additions and 23 deletions.
Binary file modified Survey-Perl/db/answers.db 100755 → 100644
Binary file not shown.
82 changes: 82 additions & 0 deletions Survey-Perl/db/survey.sql
@@ -0,0 +1,82 @@
CREATE TABLE surveys (management_unmaintainable TEXT,
email TEXT,
x_comments TEXT,
x_platform TEXT,
report TEXT,
understand TEXT,
force TEXT,
run_tests TEXT,
cpan4 TEXT,
cpan3 TEXT,
cpan2 TEXT,
cpan1 TEXT,
cpan_important TEXT,
cert_comments TEXT,
cert_other TEXT,
cert_me TEXT,
words TEXT,
frustrates TEXT,
best TEXT,
apps TEXT,
embedded TEXT,
netengs TEXT,
sysadmins TEXT,
experienced TEXT,
early_career TEXT,
beginner TEXT,
first TEXT,
management_scale TEXT,
mangement_unmaintainable TEXT,
management_outdated TEXT,
management_encourages TEXT,
scale TEXT,
unmaintainable TEXT,
startup TEXT,
eliminate TEXT,
legacy TEXT,
cpan_feature TEXT,
cpan_fix_bug TEXT,
cpan_bug TEXT,
feature_interpreter TEXT,
fix_bug_interpreter TEXT,
bug_report_interpreter TEXT,
handover_modules TEXT,
cpan_modules TEXT,
conference TEXT,
pm_meetings TEXT,
local_pm TEXT,
tech_list_non_perl TEXT,
tech_list TEXT,
pm_list TEXT,
perl_editors_secondary TEXT,
perl_editors TEXT,
perl_freq TEXT,
lang4 TEXT,
lang3 TEXT,
lang2 ,
lang1 TEXT,
lang TEXT,
os_deployment TEXT,
os_dev TEXT,
perl_versions TEXT,
spare_time ,
percent_perl TEXT,
percent_management TEXT,
percent_programming TEXT,
perl_length TEXT,
prog_length TEXT,
industries TEXT,
income TEXT,
other_dynamic_taught TEXT,
other_dynamic_formal TEXT,
perl_formal TEXT,
field TEXT,
highest_qual TEXT,
country_residence TEXT,
country_birth TEXT,
age TEXT,
gender TEXT,
sessionid text,
user_agent text,
finish_time, integer,
surveyid INTEGER PRIMARY KEY);
8 changes: 3 additions & 5 deletions Survey-Perl/lib/Survey/Perl/Answers/Schema.pm
Expand Up @@ -8,13 +8,11 @@ use warnings;

use base 'DBIx::Class::Schema';

__PACKAGE__->load_namespaces(
result_namespace => 'Result',
);
__PACKAGE__->load_namespaces;


# Created by DBIx::Class::Schema::Loader v0.04006 @ 2010-04-27 18:46:38
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:t6Wdvwi0JqgnF0U3q2XPTQ
# Created by DBIx::Class::Schema::Loader v0.04006 @ 2010-04-30 21:19:06
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:0mkHlVmrp66IomYRnN6xXQ


# You can replace this text with custom content, and it will be preserved on regeneration
Expand Down

0 comments on commit 8c83d60

Please sign in to comment.