From ee62eb7bb088d6d496d3651a391b83f3ad184fb9 Mon Sep 17 00:00:00 2001 From: Bartek Przybylski Date: Sun, 2 Oct 2011 17:48:02 +0200 Subject: [PATCH] adding missing files, don know why they disappeared --- apps/gallery/appinfo/database.xml | 58 +++++++++++++++++++++++++++++++ apps/gallery/appinfo/info.xml | 10 ++++++ 2 files changed, 68 insertions(+) create mode 100644 apps/gallery/appinfo/database.xml create mode 100644 apps/gallery/appinfo/info.xml diff --git a/apps/gallery/appinfo/database.xml b/apps/gallery/appinfo/database.xml new file mode 100644 index 00000000000..fd55b3a6fb4 --- /dev/null +++ b/apps/gallery/appinfo/database.xml @@ -0,0 +1,58 @@ + + + *dbname* + true + false + latin1 + + *dbprefix*gallery_albums + + + album_id + integer + 0 + true + 1 + 4 + + + uid_owner + text + true + 64 + + + album_name + text + true + 100 + + +
+ + *dbprefix*gallery_photos + + + photo_id + integer + 0 + true + 1 + 4 + + + album_id + integer + 0 + true + 4 + + + file_path + text + true + 100 + + +
+
diff --git a/apps/gallery/appinfo/info.xml b/apps/gallery/appinfo/info.xml new file mode 100644 index 00000000000..8353ca4f35d --- /dev/null +++ b/apps/gallery/appinfo/info.xml @@ -0,0 +1,10 @@ + + + gallery + Gallery + 0.1 + AGPL + Bartosz Przybylski + 2 + + -- 2.39.5