Revert "lat,lon -> lat,long"
This reverts commit 61d948cffee0aff4fd7853421ec0849458ea34c9.
This commit is contained in:
parent
61826169de
commit
3b3d861b93
@ -10,7 +10,7 @@ create table profile (
|
|||||||
bio text comment 'descriptive biography',
|
bio text comment 'descriptive biography',
|
||||||
location varchar(255) comment 'physical location',
|
location varchar(255) comment 'physical location',
|
||||||
lat decimal(10,7) comment 'latitude',
|
lat decimal(10,7) comment 'latitude',
|
||||||
long decimal(10,7) comment 'longitude',
|
lon decimal(10,7) comment 'longitude',
|
||||||
location_id integer comment 'location id if possible',
|
location_id integer comment 'location id if possible',
|
||||||
location_ns integer comment 'namespace for location',
|
location_ns integer comment 'namespace for location',
|
||||||
|
|
||||||
@ -126,7 +126,7 @@ create table notice (
|
|||||||
source varchar(32) comment 'source of comment, like "web", "im", or "clientname"',
|
source varchar(32) comment 'source of comment, like "web", "im", or "clientname"',
|
||||||
conversation integer comment 'id of root notice in this conversation' references notice (id),
|
conversation integer comment 'id of root notice in this conversation' references notice (id),
|
||||||
lat decimal(10,7) comment 'latitude',
|
lat decimal(10,7) comment 'latitude',
|
||||||
long decimal(10,7) comment 'longitude',
|
lon decimal(10,7) comment 'longitude',
|
||||||
location_id integer comment 'location id if possible',
|
location_id integer comment 'location id if possible',
|
||||||
location_ns integer comment 'namespace for location',
|
location_ns integer comment 'namespace for location',
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user