Merge branch 'dev' of codeberg.org:streams/streams into dev

This commit is contained in:
Mike Macgirvin 2024-05-22 08:02:40 +10:00
commit 3f266424ca

View file

@ -634,8 +634,8 @@ CREATE TABLE "item" (
"item_delayed" smallint NOT NULL DEFAULT '0',
"item_pending_remove" smallint NOT NULL DEFAULT '0',
"item_blocked" smallint NOT NULL DEFAULT '0',
"lat" double NOT NULL DEFAULT '0',
"lon" double NOT NULL DEFAULT '0',
"lat" double precision NOT NULL DEFAULT '0',
"lon" double precision NOT NULL DEFAULT '0',
"item_search_vector" tsvector,
PRIMARY KEY ("id")
);