ニジカ投稿局 https://tv.nizika.tv
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

7 lines
200 B

  1. create database peertube_dev;
  2. create user peertube password 'peertube';
  3. grant all privileges on database peertube_dev to peertube;
  4. \c peertube_dev
  5. CREATE EXTENSION pg_trgm;
  6. CREATE EXTENSION unaccent;