Skip to content

Commit

Permalink
[fixme] not working
Browse files Browse the repository at this point in the history
  • Loading branch information
shepmaster committed Jul 27, 2017
1 parent 937b9c7 commit f86a363
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion migrations/20170309163659_add_build_info/up.sql
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ CREATE TABLE build_info (
updated_at TIMESTAMP NOT NULL DEFAULT now(),
PRIMARY KEY (version_id, rust_version, target)
);
SELECT diesel_manage_updated_at('build_info');
-- SELECT diesel_manage_updated_at('build_info');

0 comments on commit f86a363

Please sign in to comment.