Brion Vibber
|
a54eb0941e
|
Tweaking request_queue -> group_join_queue, easier to deal with the indexes and keys and caching this way.
|
2011-03-21 15:05:36 -07:00 |
|
Brion Vibber
|
0bec9cfdbc
|
Add request_queue table and user_group.join_policy column, for upcoming join & subscription moderation.
UI for setting the join policy is in, but not yet used.
|
2011-03-21 13:51:13 -07:00 |
|
Evan Prodromou
|
1b5faf1c4e
|
correct length and default value for object_type
|
2011-03-07 03:34:20 -05:00 |
|
Evan Prodromou
|
a0e2ebec8f
|
add activity object type to notice
|
2011-03-07 03:34:20 -05:00 |
|
Evan Prodromou
|
debf4dacf1
|
change default urlshortener from ur1.ca to internal
|
2011-01-23 16:51:18 -05:00 |
|
Brion Vibber
|
f5019ac5aa
|
tweaks for the installer whee
|
2010-10-29 16:26:45 -07:00 |
|
Brion Vibber
|
345b7d33b8
|
some sorta vaguely working bits
|
2010-10-29 15:28:48 -07:00 |
|
Brion Vibber
|
4f7eae8702
|
Add stub schema_version table
|
2010-10-19 15:38:53 -07:00 |
|
Brion Vibber
|
7751d455de
|
Initial foreign key setup support
|
2010-10-19 12:08:59 -07:00 |
|
Brion Vibber
|
b635c75639
|
Fix unique & foreign constraints on foreign_* tables. Reference info copied from old schema wasn't correctly taking into account that (id, service) must be treated together as a unit to identify a foreign_user uniquely.
|
2010-10-19 11:24:33 -07:00 |
|
Brion Vibber
|
d3f8a880a9
|
Fix misnamed unique constraint
|
2010-10-18 18:16:07 -07:00 |
|
Brion Vibber
|
54bac12eb9
|
Normalize the 'modified' vs 'created' field definitions to not-null timestamps. We can't rely on database DEFAULT or ON UPDATE values, since they don't play well with our insert-time caching.
|
2010-10-18 17:08:23 -07:00 |
|
Brion Vibber
|
eb93bdbb03
|
some more tweaking to do the mappings during filterDef; not totally sure I like it
|
2010-10-15 16:32:37 -07:00 |
|
Brion Vibber
|
71ed82ed96
|
Cleanup unique & foreign key defs
|
2010-10-13 17:35:39 -07:00 |
|
Brion Vibber
|
72cba88650
|
fix for column prefixes in table/index building
|
2010-10-11 19:28:02 -07:00 |
|
Brion Vibber
|
efa8ff82f4
|
fix up some more 'not null's and such
|
2010-10-07 17:31:56 -07:00 |
|
Brion Vibber
|
443be8a99c
|
some more cleanup on table defs
|
2010-10-07 17:00:40 -07:00 |
|
Brion Vibber
|
312b87ea79
|
output tweak hack for primary keys on single line
|
2010-10-07 16:23:36 -07:00 |
|
Brion Vibber
|
63c4cb3f36
|
Finish patching up the index fetching in new schema stuff for mysql
|
2010-10-07 15:14:10 -07:00 |
|
Brion Vibber
|
aff54d8efb
|
Managed_DataObject initial sketches (pulling Drupal-style schema def into the data that DB_DataObject and Memcached_DataObject use; not yet functional. Converted OStatus_profile for demo.)
|
2010-08-16 14:02:31 -07:00 |
|
Brion Vibber
|
7a604365eb
|
Syntax fixes to defs file
|
2010-08-16 12:39:20 -07:00 |
|
Brion Vibber
|
6dbeea566d
|
work in progress
|
2010-08-13 17:32:25 -07:00 |
|
Brion Vibber
|
14414d5f00
|
starting redoing core schema defs in variant of drupal format (can switch it to any way we like once done, if prefer to use a different syntax based on what we're using now for plugins)
|
2010-08-13 17:10:01 -07:00 |
|