diff options
author | Aaron Parecki <aaron@parecki.com> | 2017-01-15 08:07:54 -0800 |
---|---|---|
committer | Aaron Parecki <aaron@parecki.com> | 2017-01-15 08:07:54 -0800 |
commit | 3310a85ac8f276ad270388a4242b623f30abe74d (patch) | |
tree | 8e9da2a1861432e361bb5ac2dc5245015b8c11f1 /schema/migrations | |
parent | fa06932a9c1bb289cae6cbaa046c6b9c07bf5b1a (diff) |
store the user's timezone after their location is found
Diffstat (limited to 'schema/migrations')
-rw-r--r-- | schema/migrations/0003.sql | 2 |
1 files changed, 2 insertions, 0 deletions
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); |