[Hejes-devel] [930] bugfix: remove create index on table images

hejes-devel at nytud.hu hejes-devel at nytud.hu
Wed Sep 11 15:12:34 CEST 2013


Revision: 930
Author:   mihaltz
Date:     2013-09-11 15:12:34 +0200 (Wed, 11 Sep 2013)
Log Message:
-----------
bugfix: remove create index on table images

Modified Paths:
--------------
    trunk/web2py/applications/helyesiras_webdev/models/dbblog.py

Modified: trunk/web2py/applications/helyesiras_webdev/models/dbblog.py
===================================================================
--- trunk/web2py/applications/helyesiras_webdev/models/dbblog.py	2013-09-11 11:17:08 UTC (rev 929)
+++ trunk/web2py/applications/helyesiras_webdev/models/dbblog.py	2013-09-11 13:12:34 UTC (rev 930)
@@ -125,7 +125,6 @@
 dbblog.posts.tags.requires = IS_LIST_OF(IS_LOWER())
 
 # Create indexes (indices?) (if they didn't exist)
-create_index_if_not_exists(dbblog, 'images', 'idx_images_title', 'title', True)
 create_index_if_not_exists(dbblog, 'tags', 'idx_tags_name', 'name', True)
 create_index_if_not_exists(dbblog, 'categories', 'idx_categories_name', 'name', True)
 create_index_if_not_exists(dbblog, 'posts', 'idx_posts_created_on', 'created_on')




More information about the Hejes-devel mailing list