Skip to content

Commit 85c5b92

Browse files
committed
test changes
1 parent 63f5db6 commit 85c5b92

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

db/migrate/20231203202330_create_users.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ def change
99
t.text :firstname, limit: 50
1010
t.text :lastname, limit: 50
1111

12-
t.timestamps_with_timezone
12+
t.timestamps
1313
end
1414
end
1515
end

0 commit comments

Comments
 (0)