home
products
contribute
download
documentation
forum
Home
Forums
New posts
Search forums
What's new
New posts
All posts
Latest activity
Members
Registered members
Current visitors
Donate
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Search titles only
By:
Menu
Log in
Register
Navigation
Install the app
Install
More options
Contact us
Close Menu
Forums
MediaPortal 1
Development
General Development (no feature request here!)
DJBlu's Custom Sky Data Grabber for MP1.9 onwards
Contact us
RSS
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="ears" data-source="post: 1134086" data-attributes="member: 83203"><p>This should do the trick. Just open a new query inside SQL Management Studio, paste this then execute. Then try running the EPG update again.</p><p></p><p>use mptvdb</p><p>GO</p><p>ALTER TABLE program</p><p>ADD seriesId varchar(200)</p><p>GO</p><p>ALTER TABLE program</p><p>ADD seriesTermination TINYINT</p><p>GO</p><p>ALTER TABLE schedule</p><p>ADD seriesId varchar(200)</p><p>GO</p></blockquote><p></p>
[QUOTE="ears, post: 1134086, member: 83203"] This should do the trick. Just open a new query inside SQL Management Studio, paste this then execute. Then try running the EPG update again. use mptvdb GO ALTER TABLE program ADD seriesId varchar(200) GO ALTER TABLE program ADD seriesTermination TINYINT GO ALTER TABLE schedule ADD seriesId varchar(200) GO [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
MediaPortal 1
Development
General Development (no feature request here!)
DJBlu's Custom Sky Data Grabber for MP1.9 onwards
Contact us
RSS
Top
Bottom