We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 862eb20 commit 9260ac5Copy full SHA for 9260ac5
qiita_db/support_files/patches/92.sql
@@ -42,4 +42,4 @@ COMMENT ON COLUMN qiita.qiita_user.creation_timestamp IS 'The date the user acco
42
43
-- for testing: provide creation date for one of the existing users
44
45
-UPDATE SET creation_timestamp = '2015-12-03 13:52:42.751331-07' WHERE email = 'test@foo.bar';
+UPDATE qiita.qiita_user SET creation_timestamp = '2015-12-03 13:52:42.751331-07' WHERE email = 'test@foo.bar';
0 commit comments