]> 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>
Wed, 10 Aug 2016 20:42:38 +0000 (13:42 -0700)
commit6091f73ce65064a2876ba44253a6335e5208f3d9
treeff82cb1e0849704ede6dd1d83207f61cd01c8e24
parent91e9e0b968a7c6cffe43f886d0aa71e710110582
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]