Diogo Cordeiro
|
f89c052cf8
Set default value of datetime columns to CURRENT_TIMESTAMP
|
5 年之前 |
Mikael Nordfeldth
|
c9a9a8bc58
Fulltext indexes are supported in InnoDB since MariaDB 10.0.15
|
7 年之前 |
Mikael Nordfeldth
|
6b31feb70f
Strict Standards: Declaration of MysqlSchema::get()
|
8 年之前 |
Mikael Nordfeldth
|
2f86cd8602
utf8mb4 conversion on database with index adjusts
|
9 年之前 |
Brion Vibber
|
8454b1fbad
Fix for schema upgrade issue when primary keys change; fixes upgrade direct from 0.8.x
|
13 年之前 |
Brion Vibber
|
692ef9c330
Include fulltext indexes in MySQL table create
|
14 年之前 |
Brion Vibber
|
f5019ac5aa
tweaks for the installer whee
|
14 年之前 |
Brion Vibber
|
345b7d33b8
some sorta vaguely working bits
|
14 年之前 |
Brion Vibber
|
e07254d15b
$config['db']['mysql_foreign_keys'] option to experimentally enable foreign keys on MySQL. (Would only work on InnoDB tables, may explode, etc)
|
14 年之前 |
Brion Vibber
|
4aa6c4e49f
MySQL schema: fix dropping unique indexes, add support for changing table properties back from old code.
|
14 年之前 |
Brion Vibber
|
a923ef9719
Drop reverseTypeMap from schemas; we're now doing the forward-mapping on the canonical def before comparing
|
14 年之前 |
Brion Vibber
|
eb93bdbb03
some more tweaking to do the mappings during filterDef; not totally sure I like it
|
14 年之前 |
Brion Vibber
|
90c35dc541
Cleanup on making the schema work for installer (not quite there yet)
|
14 年之前 |
Brion Vibber
|
229c772634
Filter table definitions to scrub out unsupported features before trying to alter a table. This lets us skip those where we end up trying to change unsupported features.
|
14 年之前 |
Brion Vibber
|
7723d15cd0
tweak for mysql
|
14 年之前 |
Brion Vibber
|
9364e446b1
Start reworking things to build create table stuff (can view via dumpschema.php --build)
|
14 年之前 |
Brion Vibber
|
7f674cc957
Merge branch 'schema-x' of /Users/brion/pages/mublog into schema-x
|
14 年之前 |
Brion Vibber
|
2d0807bc1c
Starting on adapting postgresql schema class to look stuff up in the new drupalish format...
|
14 年之前 |
Brion Vibber
|
2e475ceab0
Some more poking at schema stuff, on the road towards a more portable table-modification with the new schema bits
|
14 年之前 |
Brion Vibber
|
efa8ff82f4
fix up some more 'not null's and such
|
14 年之前 |
Brion Vibber
|
85156fcbed
Fix detection of auto_increment fields in MySQL (sets them as 'serial' type)
|
14 年之前 |
Brion Vibber
|
14e4f50f29
Some cleanup on detecting types
|
14 年之前 |
Brion Vibber
|
63c4cb3f36
Finish patching up the index fetching in new schema stuff for mysql
|
14 年之前 |
Brion Vibber
|
a680e1798c
Work in progress on fetching table defs from existing tables in new format -- unfinished
|
14 年之前 |
Brion Vibber
|
033a757013
More schema work in progress... removing duped code from schema child classes, rebuilding things a bit more (incomplete; non-working state)
|
14 年之前 |
Brion Vibber
|
6a2659ed67
Workaround for index setup on SubMirror until I'm done w/ arbitrary index support for Schema setup.
|
14 年之前 |
James Walker
|
c2a26ba653
removing redundant constructor
|
14 年之前 |
Brion Vibber
|
9e9ab23e1f
Fixes for updating indices, charset/collation and engine type on plugin-created tables.
|
14 年之前 |
Brion Vibber
|
dc09453a77
First steps on converting FeedSub into the pub/sub basis for OStatus communications:
|
14 年之前 |
Evan Prodromou
|
81087e45c5
move schema.type.php to typeschema.php like other files
|
14 年之前 |