(ns schema
  (:require [db.schema.helper :refer :all]))

(defn schema []
  (version {{version}}

    {{create-tables}}))
