diff options
author | friendica <info@friendica.com> | 2012-08-27 21:17:46 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-08-27 21:17:46 -0700 |
commit | 7fad83cea4dd134df6dacf8248ef6947dca7f100 (patch) | |
tree | c4a8174b8dac64949e874b9149456e2541050f1c /database.sql | |
parent | 8c3c3d5fd7acc5df0aec9c10f8bdd89bedd2060a (diff) | |
download | volse-hubzilla-7fad83cea4dd134df6dacf8248ef6947dca7f100.tar.gz volse-hubzilla-7fad83cea4dd134df6dacf8248ef6947dca7f100.tar.bz2 volse-hubzilla-7fad83cea4dd134df6dacf8248ef6947dca7f100.zip |
Now logging in with Red zaccount/zentity instead of Friendica user. Yay. Most existing Friendica functionality is now stuffed since the Red structures are quite different.
Diffstat (limited to 'database.sql')
-rw-r--r-- | database.sql | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/database.sql b/database.sql index 15dbd0789..08832af11 100644 --- a/database.sql +++ b/database.sql @@ -227,7 +227,7 @@ CREATE TABLE IF NOT EXISTS `entity` ( `entity_name` char(255) NOT NULL DEFAULT '', `entity_address` char(255) NOT NULL DEFAULT '', `entity_global_id` char(255) NOT NULL DEFAULT '', - `entity_timezone` char(128) NOT NULL DEFAULT '', + `entity_timezone` char(128) NOT NULL DEFAULT 'UTC', `entity_location` char(255) NOT NULL DEFAULT '', `entity_theme` char(255) NOT NULL DEFAULT '', `entity_pubkey` text NOT NULL, |