Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/phpmyadmin/phpmyadmin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArmel Fauveau <armel.fauveau@globalis-ms.com>2001-08-01 22:27:48 +0400
committerArmel Fauveau <armel.fauveau@globalis-ms.com>2001-08-01 22:27:48 +0400
commitbca6f2411a7227895f7239b2f7721c58886d7134 (patch)
tree685fef63295bb08b403050d6d23fed83a41271df /INSTALL
parented0effc74a0e49f5a2b2b1742dbb197446e2e364 (diff)
Update bookmark table structure
Diffstat (limited to 'INSTALL')
-rwxr-xr-xINSTALL1
1 files changed, 1 insertions, 0 deletions
diff --git a/INSTALL b/INSTALL
index 52840e8cc7..148b4ef3f5 100755
--- a/INSTALL
+++ b/INSTALL
@@ -30,6 +30,7 @@ phpMyAdmin - Installation
CREATE TABLE bookmark (
id int(11) DEFAULT '0' NOT NULL auto_increment,
dbase varchar(255) NOT NULL,
+ user varchar(255) NOT NULL,
label varchar(255) NOT NULL,
query text NOT NULL,
PRIMARY KEY (id)