| Commit message (Expand) | Author | Age | Files | Lines |
* | Update schema_mysql.sql | Max Kostikov | 2019-11-01 | 1 | -1/+1 |
* | Change llink column type and drop index | Max Kostikov | 2019-11-01 | 1 | -2/+1 |
* | Update schema_mysql.sql | Max Kostikov | 2019-09-23 | 1 | -1/+1 |
* | Update plink type for MySQL | Max Kostikov | 2019-09-23 | 1 | -1/+1 |
* | another DB update to fix uid_mid index in item table and add xchan_photo_m in... | Mario Vavti | 2019-05-08 | 1 | -2/+3 |
* | Channel update | Mario | 2019-05-08 | 1 | -18/+0 |
* | mysql: remove some unused indices and add thr_parent index. pgsql: sync indic... | Mario Vavti | 2019-03-19 | 1 | -5/+2 |
* | Add expires for photo | Max Kostikov | 2018-11-29 | 1 | -0/+2 |
* | update sql schemas to include update column in pconfig table | Mario Vavti | 2018-11-19 | 1 | -3/+3 |
* | dreport updates | zotlabs | 2018-11-12 | 1 | -0/+1 |
* | didn't need xchan_portable_id | zotlabs | 2018-11-08 | 1 | -2/+0 |
* | item db updates | zotlabs | 2018-11-08 | 1 | -0/+3 |
* | z6 work | zotlabs | 2018-11-05 | 1 | -0/+4 |
* | fix issue #1281 - hubloc default values | Mario Vavti | 2018-10-06 | 1 | -1/+1 |
* | Update schema_mysql.sql | Max Kostikov | 2018-09-27 | 1 | -3/+2 |
* | important hyperdrive component | zotlabs | 2018-09-09 | 1 | -0/+11 |
* | hubloc DB changes needed for z6 | zotlabs | 2018-08-13 | 1 | -1/+5 |
* | add app_options field | zotlabs | 2018-08-02 | 1 | -0/+1 |
* | update oauth related tables to use bigint/int(10) for user_id column. this is... | Mario | 2018-05-20 | 1 | -4/+4 |
* | improve abconfig queries | Mario Vavti | 2018-05-20 | 1 | -2/+1 |
* | Active channels information is a bit imprecise. Provide a higher accuracy met... | zotlabs | 2018-04-16 | 1 | -0/+2 |
* | OAuth2 integration | zotlabs | 2018-04-03 | 1 | -0/+52 |
* | update mysql schema | Mario Vavti | 2018-03-11 | 1 | -3/+0 |
* | remove redundant comma | Mario Vavti | 2018-03-09 | 1 | -1/+1 |
* | federated polls: GNU-Social requires us to preserve the original order of the... | zotlabs | 2018-03-07 | 1 | -1/+3 |
* | federated polls: add poll_author which will be necessary for Diaspora federation | zotlabs | 2018-03-06 | 1 | -0/+2 |
* | missed one index in the last update | Mario Vavti | 2018-02-28 | 1 | -0/+1 |
* | another DB upgrade to address some long running maintenance queries | Mario Vavti | 2018-02-26 | 1 | -2/+4 |
* | provide DB compatibility for poll and voting implementations across several p... | zotlabs | 2018-02-22 | 1 | -0/+6 |
* | more index finetuning to fix the expire query | Mario Vavti | 2018-02-20 | 1 | -3/+3 |
* | some more DB tuning. | Mario Vavti | 2018-02-15 | 1 | -2/+4 |
* | more db and queries finetuning | Mario Vavti | 2018-02-08 | 1 | -2/+2 |
* | this will fix the cards query and keep the rest intact | Mario Vavti | 2018-02-04 | 1 | -2/+2 |
* | superfluous , | Mario Vavti | 2018-02-04 | 1 | -1/+1 |
* | remove indices from mysql schema file | Mario Vavti | 2018-02-04 | 1 | -7/+0 |
* | remove column item.diaspora_meta, action items 2 and 3 of hubzilla issue #828 | zotlabs | 2017-11-16 | 1 | -1/+0 |
* | table structure for pseudo or proxy channels (pchan) | zotlabs | 2017-10-19 | 1 | -0/+13 |
* | db update to add index to item.resource_id we query this in wikis a lot | Mario Vavti | 2017-09-16 | 1 | -0/+1 |
* | fix bogus semicolon | Waitman Gobble | 2017-09-06 | 1 | -1/+1 |
* | add combined index for item.uid and item.item_unseen. this speeds up notifica... | Mario Vavti | 2017-09-01 | 1 | -2/+3 |
* | db update to add index for item.obj_type | git-marijus | 2017-07-31 | 1 | -0/+1 |
* | missing abook_{my,their}_perms in pg schema and missing keys in mysql schema | Mario Vavti | 2017-07-05 | 1 | -0/+2 |
* | cdav migration to core | zotlabs | 2017-06-22 | 1 | -0/+171 |
* | Merge branch 'dev' of https://github.com/redmatrix/hubzilla into xdev_merge | zotlabs | 2017-06-11 | 1 | -3/+3 |
|\ |
|
| * | some more innodb mysql scheme adjustments | Mario Vavti | 2017-06-10 | 1 | -15/+8 |
| * | convert schema_mysql engine to InnoDB and charset utf8mb4 | git-marijus | 2017-06-09 | 1 | -267/+267 |
* | | Merge branch 'dev' of https://github.com/redmatrix/hubzilla into xdev_merge | zotlabs | 2017-06-07 | 1 | -3/+3 |
|\| |
|
| * | Fixed TEXT fields with default values (fixes #803) in mysql creation script. | Manuel Tancoigne | 2017-06-07 | 1 | -6/+6 |
* | | fix a merge mixup on install/schema_msyql.php | zotlabs | 2017-06-06 | 1 | -230/+230 |
* | | remove default for text/mediumtext sql fields | zotlabs | 2017-05-31 | 1 | -6/+6 |