We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 937b9c7 commit f86a363Copy full SHA for f86a363
migrations/20170309163659_add_build_info/up.sql
@@ -7,4 +7,4 @@ CREATE TABLE build_info (
7
updated_at TIMESTAMP NOT NULL DEFAULT now(),
8
PRIMARY KEY (version_id, rust_version, target)
9
);
10
-SELECT diesel_manage_updated_at('build_info');
+-- SELECT diesel_manage_updated_at('build_info');
0 commit comments