From 4ceb039301a44f248b68f9bcc9f26fa7eb4bd978 Mon Sep 17 00:00:00 2001 From: tfarina Date: Mon, 29 Sep 2014 08:16:11 -0700 Subject: webtry database has more than one table. Fix the wording in the DESIGN doc. Currently it says "the only table" as implying the database has just a single table. That is not true, the webtry database has four tables: webtry, workspace, workspacetry and source_images. BUG=None TEST=None R=jcgregorio@google.com Author: tfarina@chromium.org Review URL: https://codereview.chromium.org/611763002 --- experimental/webtry/DESIGN.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'experimental') diff --git a/experimental/webtry/DESIGN.md b/experimental/webtry/DESIGN.md index c2e3d19b6c..32b70f021b 100644 --- a/experimental/webtry/DESIGN.md +++ b/experimental/webtry/DESIGN.md @@ -128,7 +128,7 @@ To connect to the database from the skia-webtry-b server: $ mysql --host=173.194.83.52 --user=root --password -Initial setup of the database, the user, and the only table: +Initial setup of the database, the user, and the tables: CREATE DATABASE webtry; USE webtry; -- cgit v1.2.3