aboutsummaryrefslogtreecommitdiffstats
path: root/install/schema_mysql.sql
Commit message (Collapse)AuthorAgeFilesLines
* ekey and xchan_updated updatesMario2024-01-071-0/+4
|
* DB Update 1259Mario2023-11-091-1/+1
|
* should be tinyint instead of numeric for mysqlMario Vavti2023-10-061-1/+1
|
* add missing columns in install scriptMario Vavti2023-10-061-3/+4
|
* fix index name mixupMario2023-08-141-2/+2
|
* missing semicolonMario2023-08-141-1/+1
|
* add workerq to the install schemasMario2022-12-271-1/+15
|
* access token refactorMario2021-12-171-0/+2
|
* update db schemasMario2021-12-171-1/+3
|
* remove mail and conv tables from install SQL schemasMario Vavti2021-07-021-59/+0
|
* melt diff prod fork 4.6.2 air onto 5.2.1 to 5.2.2 DB 1241Hilmar R2021-01-231-10/+29
|
* Update schema_mysql.sqlMax Kostikov2019-11-011-1/+1
|
* Change llink column type and drop indexMax Kostikov2019-11-011-2/+1
|
* Update schema_mysql.sqlMax Kostikov2019-09-231-1/+1
|
* Update plink type for MySQLMax Kostikov2019-09-231-1/+1
|
* another DB update to fix uid_mid index in item table and add xchan_photo_m ↵Mario Vavti2019-05-081-2/+3
| | | | index to xchan table
* Channel updateMario2019-05-081-18/+0
|
* mysql: remove some unused indices and add thr_parent index. pgsql: sync ↵Mario Vavti2019-03-191-5/+2
| | | | indices with mysql indices after testing on hub.disroot.org and add thr_parent
* Add expires for photoMax Kostikov2018-11-291-0/+2
|
* update sql schemas to include update column in pconfig tableMario Vavti2018-11-191-3/+3
| | | (cherry picked from commit ae97649948b8af575441e5a1f5b69db9f627a0e2)
* dreport updateszotlabs2018-11-121-0/+1
|
* didn't need xchan_portable_idzotlabs2018-11-081-2/+0
|
* item db updateszotlabs2018-11-081-0/+3
|
* z6 workzotlabs2018-11-051-0/+4
|
* fix issue #1281 - hubloc default valuesMario Vavti2018-10-061-1/+1
|
* Update schema_mysql.sqlMax Kostikov2018-09-271-3/+2
|
* important hyperdrive componentzotlabs2018-09-091-0/+11
|
* hubloc DB changes needed for z6zotlabs2018-08-131-1/+5
|
* add app_options fieldzotlabs2018-08-021-0/+1
|
* update oauth related tables to use bigint/int(10) for user_id column. this ↵Mario2018-05-201-4/+4
| | | | is to be more consistent with the rest of the tables and fixes issue #1180
* improve abconfig queriesMario Vavti2018-05-201-2/+1
|
* Active channels information is a bit imprecise. Provide a higher accuracy ↵zotlabs2018-04-161-0/+2
| | | | method. This will require a transition period
* OAuth2 integrationzotlabs2018-04-031-0/+52
|
* update mysql schemaMario Vavti2018-03-111-3/+0
|
* remove redundant commaMario Vavti2018-03-091-1/+1
|
* federated polls: GNU-Social requires us to preserve the original order of ↵zotlabs2018-03-071-1/+3
| | | | the poll answers for use in making a vote, unlike diaspora (which selects by guid) and activitypub (which selects by non-localisable text).
* federated polls: add poll_author which will be necessary for Diaspora federationzotlabs2018-03-061-0/+2
|
* missed one index in the last updateMario Vavti2018-02-281-0/+1
|
* another DB upgrade to address some long running maintenance queriesMario Vavti2018-02-261-2/+4
|
* provide DB compatibility for poll and voting implementations across several ↵zotlabs2018-02-221-0/+6
| | | | platforms
* more index finetuning to fix the expire queryMario Vavti2018-02-201-3/+3
|
* some more DB tuning.Mario Vavti2018-02-151-2/+4
|
* more db and queries finetuningMario Vavti2018-02-081-2/+2
|
* this will fix the cards query and keep the rest intactMario Vavti2018-02-041-2/+2
|
* superfluous ,Mario Vavti2018-02-041-1/+1
|
* remove indices from mysql schema fileMario Vavti2018-02-041-7/+0
|
* remove column item.diaspora_meta, action items 2 and 3 of hubzilla issue #828zotlabs2017-11-161-1/+0
|
* table structure for pseudo or proxy channels (pchan)zotlabs2017-10-191-0/+13
|
* db update to add index to item.resource_id we query this in wikis a lotMario Vavti2017-09-161-0/+1
|
* fix bogus semicolonWaitman Gobble2017-09-061-1/+1
| | | Line 655 should have comma instead of semicolon