neue forms
[mir.git] / dbscripts / create_views.sql
1 --
2 -- create_views.sql
3 -- 
4
5
6 -- TESTING:
7 --
8 -- creating list views in database to speed up selection of lists. 
9 -- 
10
11
12 CREATE VIEW v_content_list AS 
13         SELECT id, title, subtitle, date, place, creator, description, comment, is_published,
14                         is_produced, to_feature, webdb_create, webdb_lastchange FROM content;