]> git.donarmstrong.com Git - debbugs.git/commit
add initial work on sql for debbugs
authorDon Armstrong <don@donarmstrong.com>
Sat, 24 Nov 2012 01:47:46 +0000 (17:47 -0800)
committerDon Armstrong <don@donarmstrong.com>
Sat, 24 Nov 2012 01:47:46 +0000 (17:47 -0800)
commit60ade99b81c127cad67ef6cee889cb5f4cff3f57
treeadcffcb13e2afb13cecfc1c80f8f8b3d4b819e7a
parentc1f1fcbfd0b3876aaa5cede196766d44313765fe
add initial work on sql for debbugs
20 files changed:
Debbugs/DB.pm [new file with mode: 0644]
Debbugs/DB/Result/Arch.pm [new file with mode: 0644]
Debbugs/DB/Result/BinPkg.pm [new file with mode: 0644]
Debbugs/DB/Result/BinVer.pm [new file with mode: 0644]
Debbugs/DB/Result/Bug.pm [new file with mode: 0644]
Debbugs/DB/Result/BugBinpackage.pm [new file with mode: 0644]
Debbugs/DB/Result/BugBlock.pm [new file with mode: 0644]
Debbugs/DB/Result/BugMerged.pm [new file with mode: 0644]
Debbugs/DB/Result/BugPackage.pm [new file with mode: 0644]
Debbugs/DB/Result/BugSrcpackage.pm [new file with mode: 0644]
Debbugs/DB/Result/BugTag.pm [new file with mode: 0644]
Debbugs/DB/Result/BugVer.pm [new file with mode: 0644]
Debbugs/DB/Result/SrcPkg.pm [new file with mode: 0644]
Debbugs/DB/Result/SrcPkgAlias.pm [new file with mode: 0644]
Debbugs/DB/Result/SrcVer.pm [new file with mode: 0644]
Debbugs/DB/Result/Tag.pm [new file with mode: 0644]
bin/debbugs-loadsql [new file with mode: 0755]
sql/dbicdump.conf [new file with mode: 0644]
sql/dbicdump_command.sh [new file with mode: 0755]
sql/debbugs_schema.sql [new file with mode: 0644]