public
Description: A system to keep up-to-date with your favorite TV shows
Clone URL: git://github.com/melo/torresmos-tv.git
Search Repo:
sql: added test database, where all our automated test will run

Signed-off-by: Pedro Melo <melo@simplicidade.org>
melo (author)
Mon Mar 03 11:28:53 -0800 2008
commit  0ebf91835c3cc67486b03338e4d49814f73137d8
tree    275e4957e2c344b9414cfe3c4dc1aa259b048c3f
parent  9d0194be94113a65422019d341c9d4bde2595e88
...
4
5
6
 
 
 
 
 
7
8
9
...
4
5
6
7
8
9
10
11
12
13
14
0
@@ -4,6 +4,11 @@ CREATE DATABASE ttv
0
   COLLATE 'utf8_general_ci'
0
 ;
0
 
0
+CREATE DATABASE ttv_test
0
+ CHARACTER SET 'utf8'
0
+ COLLATE 'utf8_general_ci'
0
+;
0
+
0
 GRANT SELECT, UPDATE, INSERT, DELETE
0
     ON ttv.*
0
     TO 'ttv'@'locahost'

Comments

    No one has commented yet.