From 93d6f89107a18bb307cf3a3be192bc3f55bdb6af Mon Sep 17 00:00:00 2001
From: Michael Quigley <michael@quigley.com>
Date: Thu, 1 Dec 2022 16:51:53 -0500
Subject: [PATCH] oops... sorry sqlite

---
 controller/store/sql/sqlite3/002_v0_3_0_frontend_selection.sql | 1 +
 1 file changed, 1 insertion(+)

diff --git a/controller/store/sql/sqlite3/002_v0_3_0_frontend_selection.sql b/controller/store/sql/sqlite3/002_v0_3_0_frontend_selection.sql
index a047acf8..1591ac93 100644
--- a/controller/store/sql/sqlite3/002_v0_3_0_frontend_selection.sql
+++ b/controller/store/sql/sqlite3/002_v0_3_0_frontend_selection.sql
@@ -23,6 +23,7 @@ create table frontends (
    token                 varchar(32)         not null unique,
    z_id                  varchar(32)         not null,
    public_name           varchar(64)         unique,
+   url_template          varchar(1024),
    reserved              boolean             not null default(false),
    created_at            datetime            not null default(strftime('%Y-%m-%d %H:%M:%f', 'now')),
    updated_at            datetime            not null default(strftime('%Y-%m-%d %H:%M:%f', 'now'))