Skip to content
This repository was archived by the owner on Apr 19, 2023. It is now read-only.

New fields were added to Act DB #3

Open
alexm opened this issue Jun 24, 2015 · 0 comments
Open

New fields were added to Act DB #3

alexm opened this issue Jun 24, 2015 · 0 comments

Comments

@alexm
Copy link
Member

alexm commented Jun 24, 2015

These fields are missing in the responsive templates:

alter table talks add column teaser       text;
alter table talks add column url_video1   text;
alter table talks add column url_video2   text;
alter table talks add column url_video3   text;
alter table talks add column hide_details boolean DEFAULT false NOT NULL;
alter table talks add column allow_record boolean DEFAULT true  NOT NULL;

The templates in ye2015 are affected too.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant