]> andersk Git - moira.git/commitdiff
changed the values table to values_tbl, and the attribute table to tavle_name in the
authorkostas <kostas>
Tue, 25 Sep 1990 11:40:19 +0000 (11:40 +0000)
committerkostas <kostas>
Tue, 25 Sep 1990 11:40:19 +0000 (11:40 +0000)
tblstats table, also the attribute quota in the quota table in now quota_value.

db/schema

index 2668776cab49aa4bb0bd386959b1843edb84a805..e94490e3e586581c81b215acff1adf781ea59537 100644 (file)
--- a/db/schema
+++ b/db/schema
@@ -188,7 +188,7 @@ CREATE TABLE quota
         type             CHAR( 8 ),
         entity_id        INTEGER,
         phys_id          INTEGER,
-        quota            INTEGER,
+        quota_value      INTEGER,
         modtime          DATE,
         modby            INTEGER,
         modwith          CHAR( 8 )
@@ -273,7 +273,7 @@ CREATE TABLE alias
         trans            CHAR( 128 )
 )
 
-CREATE TABLE values 
+CREATE TABLE values_tbl 
 (
         name             CHAR( 32 ),
         value            INTEGER
@@ -281,7 +281,7 @@ CREATE TABLE values
 
 CREATE TABLE tblstats 
 (
-        table            CHAR( 12 ),
+        table_name       CHAR( 12 ),
         modtime          DATE,
         retrieves        INTEGER,
         appends          INTEGER,
This page took 0.038508 seconds and 5 git commands to generate.