From kde-commits Sun Nov 23 17:34:54 2003 From: Unai Garro Date: Sun, 23 Nov 2003 17:34:54 +0000 To: kde-commits Subject: kdenonbeta/krecipes/data X-MARC-Message: https://marc.info/?l=kde-commits&m=106960892905526 CVS commit by uga: Fix initialization files for SQLite M +1 -1 Makefile.am 1.7 M +233 -0 litedata.sql 1.2 M +1 -1 litestructure.sql 1.2 M +210 -0 mysqldata.sql 1.2 R data.sql 1.10 --- kdenonbeta/krecipes/data/Makefile.am #1.6:1.7 @@ -1,3 +1,3 @@ basedir = $(kde_datadir)/krecipes/data -base_DATA = data.sql litestructure.sql mysqlstructure.sql +base_DATA = litedata.sql mysqldata.sql litestructure.sql mysqlstructure.sql --- kdenonbeta/krecipes/data/litestructure.sql #1.1:1.2 @@ -17,3 +17,3 @@ CREATE index ridil_index ON ingredient_list(recipe_id); -INSERT INTO db_info VALUES(0.4,'Krecipes 0.4'); \ No newline at end of file +INSERT INTO db_info VALUES(0.4,'Krecipes 0.4.1');