mirror of
https://framagit.org/hubzilla/core.git
synced 2026-06-21 00:52:33 -04:00
ekey and xchan_updated updates
This commit is contained in:
@@ -258,6 +258,8 @@ CREATE TABLE IF NOT EXISTS `channel` (
|
||||
`channel_startpage` char(191) NOT NULL DEFAULT '',
|
||||
`channel_pubkey` text NOT NULL,
|
||||
`channel_prvkey` text NOT NULL,
|
||||
`channel_epubkey` text NOT NULL,
|
||||
`channel_eprvkey` text NOT NULL,
|
||||
`channel_notifyflags` int(10) unsigned NOT NULL DEFAULT 65535,
|
||||
`channel_pageflags` int(10) unsigned NOT NULL DEFAULT 0 ,
|
||||
`channel_dirdate` datetime NOT NULL DEFAULT '0001-01-01 00:00:00',
|
||||
@@ -1250,6 +1252,7 @@ CREATE TABLE IF NOT EXISTS `xchan` (
|
||||
`xchan_guid` char(191) NOT NULL DEFAULT '',
|
||||
`xchan_guid_sig` text NOT NULL,
|
||||
`xchan_pubkey` text NOT NULL,
|
||||
`xchan_epubkey` text NOT NULL,
|
||||
`xchan_photo_mimetype` char(32) NOT NULL DEFAULT 'image/jpeg',
|
||||
`xchan_photo_l` char(191) NOT NULL DEFAULT '',
|
||||
`xchan_photo_m` char(191) NOT NULL DEFAULT '',
|
||||
@@ -1265,6 +1268,7 @@ CREATE TABLE IF NOT EXISTS `xchan` (
|
||||
`xchan_flags` int(10) unsigned NOT NULL DEFAULT 0 ,
|
||||
`xchan_photo_date` datetime NOT NULL DEFAULT '0001-01-01 00:00:00',
|
||||
`xchan_name_date` datetime NOT NULL DEFAULT '0001-01-01 00:00:00',
|
||||
`xchan_updated` datetime NOT NULL DEFAULT '0001-01-01 00:00:00',
|
||||
`xchan_hidden` tinyint(1) NOT NULL DEFAULT 0 ,
|
||||
`xchan_orphan` tinyint(1) NOT NULL DEFAULT 0 ,
|
||||
`xchan_censored` tinyint(1) NOT NULL DEFAULT 0 ,
|
||||
|
||||
@@ -253,6 +253,8 @@ CREATE TABLE "channel" (
|
||||
"channel_startpage" text NOT NULL DEFAULT '',
|
||||
"channel_pubkey" text NOT NULL,
|
||||
"channel_prvkey" text NOT NULL,
|
||||
"channel_epubkey" text NOT NULL,
|
||||
"channel_eprvkey" text NOT NULL,
|
||||
"channel_notifyflags" bigint NOT NULL DEFAULT '65535',
|
||||
"channel_pageflags" bigint NOT NULL DEFAULT '0',
|
||||
"channel_dirdate" timestamp NOT NULL DEFAULT '0001-01-01 00:00:00',
|
||||
@@ -1239,8 +1241,9 @@ create index "vote_element" on vote ("vote_element");
|
||||
CREATE TABLE "xchan" (
|
||||
"xchan_hash" text NOT NULL,
|
||||
"xchan_guid" text NOT NULL DEFAULT '',
|
||||
"xchan_guid_sig" text NOT NULL DEFAULT '',
|
||||
"xchan_pubkey" text NOT NULL DEFAULT '',
|
||||
"xchan_guid_sig" text NOT NULL,
|
||||
"xchan_pubkey" text NOT NULL,
|
||||
"xchan_epubkey" text NOT NULL,
|
||||
"xchan_photo_mimetype" text NOT NULL DEFAULT 'image/jpeg',
|
||||
"xchan_photo_l" text NOT NULL DEFAULT '',
|
||||
"xchan_photo_m" text NOT NULL DEFAULT '',
|
||||
@@ -1256,6 +1259,7 @@ CREATE TABLE "xchan" (
|
||||
"xchan_flags" bigint NOT NULL DEFAULT '0',
|
||||
"xchan_photo_date" timestamp NOT NULL DEFAULT '0001-01-01 00:00:00',
|
||||
"xchan_name_date" timestamp NOT NULL DEFAULT '0001-01-01 00:00:00',
|
||||
"xchan_updated" timestamp NOT NULL DEFAULT '0001-01-01 00:00:00',
|
||||
"xchan_hidden" smallint NOT NULL DEFAULT '0',
|
||||
"xchan_orphan" smallint NOT NULL DEFAULT '0',
|
||||
"xchan_censored" smallint NOT NULL DEFAULT '0',
|
||||
|
||||
Reference in New Issue
Block a user