Skip to content

Commit

Permalink
delete unused column from the rpki_manifest table
Browse files Browse the repository at this point in the history
  • Loading branch information
rhansen committed May 12, 2016
1 parent 8652b2f commit b3f2f8b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
5 changes: 3 additions & 2 deletions bin/rpki/upgrade.in
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,9 @@ show_msgs () {


upgrade_from_0_11 () {
# nothing to do
:
mysql_cmd <<\EOF || fatal "failed to update database records"
ALTER TABLE rpki_manifest DROP COLUMN cert_id;
EOF
}

upgrade_from_0_10 () {
Expand Down
1 change: 0 additions & 1 deletion lib/rpki/scmmain.h
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,6 @@ static scmtab scmtabbuilder[] = {
"hash VARCHAR(256),"
"this_upd DATETIME NOT NULL,"
"next_upd DATETIME NOT NULL,"
"cert_id INT UNSIGNED NOT NULL,"
"files MEDIUMBLOB,"
"fileslen INT UNSIGNED DEFAULT 0,"
"flags INT UNSIGNED DEFAULT 0,"
Expand Down

0 comments on commit b3f2f8b

Please sign in to comment.