Add updated_at column to users table and remove debug logging from profile update handler
This commit is contained in:
1
go_cloud/migrations/0011_add_updated_at.sql
Normal file
1
go_cloud/migrations/0011_add_updated_at.sql
Normal file
@@ -0,0 +1 @@
|
||||
ALTER TABLE users ADD COLUMN updated_at TIMESTAMP WITH TIME ZONE DEFAULT NOW();
|
||||
Reference in New Issue
Block a user