Mercurial > urweb
view caching-tests/test.sql @ 2210:69c0f36255cb
Merge.
author | Ziv Scully <ziv@mit.edu> |
---|---|
date | Sat, 31 May 2014 22:23:25 -0400 |
parents | 01c8aceac480 |
children | 365727ff68f4 |
line wrap: on
line source
CREATE TABLE uw_Test_foo01(uw_id integer NOT NULL, uw_bar text NOT NULL, PRIMARY KEY (uw_id) ); CREATE TABLE uw_Test_foo10(uw_id integer NOT NULL, uw_bar text NOT NULL, PRIMARY KEY (uw_id) );