From 3310a85ac8f276ad270388a4242b623f30abe74d Mon Sep 17 00:00:00 2001 From: Aaron Parecki Date: Sun, 15 Jan 2017 08:07:54 -0800 Subject: store the user's timezone after their location is found --- schema/migrations/0003.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 schema/migrations/0003.sql (limited to 'schema/migrations/0003.sql') diff --git a/schema/migrations/0003.sql b/schema/migrations/0003.sql new file mode 100644 index 0000000..43b72f7 --- /dev/null +++ b/schema/migrations/0003.sql @@ -0,0 +1,2 @@ +ALTER TABLE users +ADD COLUMN `default_timezone` VARCHAR(255); -- cgit v1.2.3