From 34a21a63ce5730a4f45af6745b4acd6f702e6e79 Mon Sep 17 00:00:00 2001 From: Bartek Przybylski Date: Sat, 2 Jun 2012 15:30:30 +0200 Subject: [PATCH] new db scheme --- apps/gallery/appinfo/database.xml | 42 +++---------------------------- 1 file changed, 4 insertions(+), 38 deletions(-) diff --git a/apps/gallery/appinfo/database.xml b/apps/gallery/appinfo/database.xml index f370e1521e4..d1ccd6b5a24 100644 --- a/apps/gallery/appinfo/database.xml +++ b/apps/gallery/appinfo/database.xml @@ -5,16 +5,8 @@ false latin1 - *dbprefix*gallery_albums + *dbprefix*pictures_images_cache - - album_id - integer - 0 - true - 1 - 4 - uid_owner text @@ -22,49 +14,23 @@ 64 - album_name - text - true - 100 - - - album_path - text - true - 256 - - - parent_path + path text true 256 - -
- - *dbprefix*gallery_photos - - photo_id + width integer - 0 true - 1 4 - album_id + height integer - 0 true 4 - - file_path - text - true - 256 -
-- 2.39.5