01_create_database.sql 107 B

123
  1. -- Create the main database for Netmaker flow logs
  2. CREATE DATABASE IF NOT EXISTS netmaker
  3. ENGINE = Atomic;