summaryrefslogtreecommitdiff
path: root/sql/data.sql
blob: 3283c0351bfa0bc35f24b65e053ddea67b328cc0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
INSERT INTO users (id, username, mail, perm, notify_dbedit) VALUES (0, 'deleted', 'del@vndb.org', 0, FALSE);
INSERT INTO users (id, username, mail, perm, notify_dbedit) VALUES (1, 'multi', 'multi@vndb.org', 0, FALSE);
SELECT setval('users_id_seq', 2);

INSERT INTO stats_cache (section, count) VALUES
  ('users',         1),
  ('vn',            0),
  ('producers',     0),
  ('releases',      0),
  ('chars',         0),
  ('staff',         0),
  ('tags',          0),
  ('traits',        0),
  ('threads',       0),
  ('threads_posts', 0);