File: init.sql

package info (click to toggle)
python-django-timescaledb 0.2.13-4
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 304 kB
  • sloc: python: 512; sh: 20; makefile: 6; sql: 4
file content (2 lines) | stat: -rw-r--r-- 83 bytes parent folder | download
1
2
drop database if exists "timescaledb";
create database "timescaledb" OWNER "root";