src/hg/lib/mdb.as 1.2

1.2 2010/04/27 23:02:22 tdreszer
Renamed mdb to metaDb
Index: src/hg/lib/mdb.as
===================================================================
RCS file: src/hg/lib/mdb.as
diff -N src/hg/lib/mdb.as
--- src/hg/lib/mdb.as	13 Apr 2010 19:40:24 -0000	1.1
+++ /dev/null	1 Jan 1970 00:00:00 -0000
@@ -1,8 +0,0 @@
-table mdb
-"This contains metadata for a table, file or other predeclared object type."
-(
-string obj; "Object name or ID."
-string var;     "Metadata variable name."
-string varType; "txt | binary"
-lstring val;    "Metadata value."
-)