Skip to content

Commit 9260ac5

Browse files
committed
adding table name :-/
1 parent 862eb20 commit 9260ac5

File tree

1 file changed

+1
-1
lines changed
  • qiita_db/support_files/patches

1 file changed

+1
-1
lines changed

qiita_db/support_files/patches/92.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,4 +42,4 @@ COMMENT ON COLUMN qiita.qiita_user.creation_timestamp IS 'The date the user acco
4242

4343
-- for testing: provide creation date for one of the existing users
4444

45-
UPDATE SET creation_timestamp = '2015-12-03 13:52:42.751331-07' WHERE email = 'test@foo.bar';
45+
UPDATE qiita.qiita_user SET creation_timestamp = '2015-12-03 13:52:42.751331-07' WHERE email = 'test@foo.bar';

0 commit comments

Comments
 (0)