mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-04-27 14:41:45 +02:00
* Added a 'PYPAD_INSTANCES' table to the database. * Incremented the database version to 303. * Added a 'PyPAD Instances' button to the 'Edit Station' dialog in rdadmin(1). * Added a 'ListPyPAD Instances' dialog in rdadmin(1). * Added an 'Edit PyPAD' Instance' dialog in rdadmin(1).
13 lines
517 B
Plaintext
13 lines
517 B
Plaintext
PYPAD_INSTANCES Table Layout for Rivendell
|
|
|
|
The PYPAD_INSTANCES table holds information about PyPAD script instances
|
|
being managed by rdpadengined(8).
|
|
|
|
FIELD NAME TYPE REMARKS
|
|
------------------------------------------------------------------------------
|
|
ID int(10) unsigned * Primary key, Auto Increment
|
|
STATION_NAME varchar(64) From STATIONS.NAME
|
|
SCRIPT_PATH varchar(191)
|
|
DESCRIPTION varchar(191)
|
|
CONFIG text
|