From f73640c51513fa9164edcd25493ef0fdb75b7d18 Mon Sep 17 00:00:00 2001 From: sostler Date: Wed, 6 Jan 2010 01:46:06 -0500 Subject: Updated db file --- db/0-create.psql | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'db') diff --git a/db/0-create.psql b/db/0-create.psql index af5ace6..ac0dac6 100755 --- a/db/0-create.psql +++ b/db/0-create.psql @@ -32,4 +32,7 @@ CREATE INDEX user_id_idx ON messages (user_id); CREATE INDEX room_id_idx ON messages (room_id); CREATE INDEX created_on_idx ON messages (created_on); -INSERT INTO rooms (room_id, name) VALUES (1, 'dumpfm'); \ No newline at end of file +INSERT INTO rooms (key, name, description, admin_only) + VALUES ('RoomA', 'Room A', 'Hangout', false); +INSERT INTO rooms (key, name, description, admin_only) + VALUES ('VIP', 'The VIP Room', 'Command Post', true); \ No newline at end of file -- cgit v1.2.3-70-g09d2