Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1601)

Unified Diff: experimental/webtry/DESIGN.md

Issue 611763002: webtry database has more than one table. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 6 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: experimental/webtry/DESIGN.md
diff --git a/experimental/webtry/DESIGN.md b/experimental/webtry/DESIGN.md
index c2e3d19b6c5e70afe52f6703cf5a10189abe006e..32b70f021b75d5d2b57fb3da35c35efe155e1cb2 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;
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698