mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-10-16 15:41:13 +02:00
2018-10-08 Fred Gleason <fredg@paravelsystems.com>
* Removed the 'Charset=' and 'Collation=' parameters from the '[mySQL]' section of rd.conf(5). * Removed support for the --mysql-charset=' and '--mysql-collation=' switches in rddbmgr(8). * Refactored handling of character set and collation attributes in rddbmgr(8) to treat them as immutable parts of the DB schema.
This commit is contained in:
@@ -8,6 +8,6 @@ ID int(10) unsigned Primary key, auto_increment
|
||||
SCHED_STACK_ID int(10) unsigned
|
||||
SERVICE_NAME varchar(10) From SERVICES.NAME
|
||||
CART int(10) unsigned From CART.NUMBER
|
||||
ARTIST varchar(255) From CART.ARTIST
|
||||
SCHED_CODES varchar(255)
|
||||
ARTIST varchar(191) From CART.ARTIST
|
||||
SCHED_CODES varchar(191)
|
||||
SCHEDULED_AT datetime
|
||||
|
Reference in New Issue
Block a user