Skip to content

Commit

Permalink
SQL migrate script to v11: merge ctags changes into a single statement
Browse files Browse the repository at this point in the history
  • Loading branch information
zacchiro committed Dec 21, 2015
1 parent 824fb7e commit e634464
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions debsources/migrate/010-to-011.sql
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
ALTER TABLE ctags ALTER COLUMN id TYPE BIGINT;

ALTER TABLE package_names ALTER COLUMN id TYPE BIGINT;

ALTER TABLE packages
Expand Down Expand Up @@ -32,6 +30,7 @@ ALTER TABLE sloccounts
ALTER COLUMN count TYPE BIGINT;

ALTER TABLE ctags
ALTER COLUMN id TYPE BIGINT,
ALTER COLUMN package_id TYPE BIGINT,
ALTER COLUMN file_id TYPE BIGINT;

Expand Down

0 comments on commit e634464

Please sign in to comment.