Skip to content

Commit

Permalink
[api] drop old 20140604101042 migration, which is obsolete now
Browse files Browse the repository at this point in the history
  • Loading branch information
adrianschroeter committed Nov 7, 2014
1 parent 534706b commit 2bf6250
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 10 deletions.
1 change: 1 addition & 0 deletions src/api/db/attribute_descriptions.rb
Expand Up @@ -26,6 +26,7 @@ def update_all_attrib_type_descriptions

for k in d.keys do
at = ans.attrib_types.where(name: k).first
next unless at # might be called in older migrations
at.description = d[k]
at.save
end
Expand Down

This file was deleted.

2 changes: 0 additions & 2 deletions src/api/db/structure.sql
Expand Up @@ -1557,8 +1557,6 @@ INSERT INTO schema_migrations (version) VALUES ('20140219185200');

INSERT INTO schema_migrations (version) VALUES ('20140516182719');

INSERT INTO schema_migrations (version) VALUES ('20140604101042');

INSERT INTO schema_migrations (version) VALUES ('20140624101042');

INSERT INTO schema_migrations (version) VALUES ('20140627071042');
Expand Down

0 comments on commit 2bf6250

Please sign in to comment.