From 1477fb92daff11aa8318e129d0910bcbe6e726e8 Mon Sep 17 00:00:00 2001

From: =?UTF-8?q?Jaakko=20Kera=CC=88nen?= jaakko.keranen@iki.fi

Date: Tue, 23 May 2023 20:10:48 +0300

Subject: [PATCH 1/1] Updated v2 database migration script


db-migrate.sql | 1 +

1 file changed, 1 insertion(+)

diff --git a/db-migrate.sql b/db-migrate.sql

index 54a31a0..79d2230 100644

--- a/db-migrate.sql

+++ b/db-migrate.sql

@@ -1,6 +1,7 @@

-- Migration from v1 to v2

alter table users add column email_inter INT DEFAULT 30;

alter table users add column email_range VARCHAR(30) DEFAULT '';

+alter table users add column ts_email TIMESTAMP DEFAULT '2000-01-01 00:00:00';

alter table notifs add column subspace INT;

alter table notifs add column is_hidden BOOLEAN DEFAULT FALSE;

alter table notifs add index (dst,post);

--

2.25.1

Proxy Information
Original URL
gemini://git.skyjake.fi/bubble/main/patch/1477fb92daff11aa8318e129d0910bcbe6e726e8.patch
Status Code
Success (20)
Meta
text/plain
Capsule Response Time
25.86083 milliseconds
Gemini-to-HTML Time
0.706108 milliseconds

This content has been proxied by September (ba2dc).