ExtraChat/server/migrations/2_caching.sql

4 lines
133 B
MySQL
Raw Normal View History

2022-07-08 02:58:32 +00:00
-- add a column so we can cache login lodestone requests
alter table users
add column last_updated timestamp not null default 0;