diff options
| author | richard <devnull@localhost> | 2011-08-23 06:03:30 +0000 |
|---|---|---|
| committer | richard <devnull@localhost> | 2011-08-23 06:03:30 +0000 |
| commit | 64cfeb3fa29c9dbb7247ae425608da66745b4f68 (patch) | |
| tree | 56d4b9592bd454216a953739e97959abd600fd74 /tools | |
| parent | 04707fb534a0ff78721841a4f3349f1aa43bac0a (diff) | |
| download | decorator-64cfeb3fa29c9dbb7247ae425608da66745b4f68.tar.gz | |
add ability for packages to list a bug tracker stored against the package (not release); thanks Kaleb Ufton
Diffstat (limited to 'tools')
| -rw-r--r-- | tools/sql-migrate-20110823.sql | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/sql-migrate-20110823.sql b/tools/sql-migrate-20110823.sql new file mode 100644 index 0000000..b2e9057 --- /dev/null +++ b/tools/sql-migrate-20110823.sql @@ -0,0 +1 @@ +alter table packages add bugtrack_url text; |
