mirror of
https://github.com/ellite/Wallos.git
synced 2026-05-24 00:34:42 -04:00
fix: don't use mbstring feat: sort graphs on the statistics page by usage feat: lifetime subscriptions feat: allow multiple filters on the settings page feat: filter by notification status fix: migrations using double quotes feat: rework icons fix: open 3 dot menu abone for the subscriptions at the bottom fix: ntfy notifications with strange chars
5 lines
157 B
PHP
5 lines
157 B
PHP
<?php
|
|
// This migration adds a new cycle type for one-time purchases.
|
|
|
|
$db->exec("INSERT OR IGNORE INTO cycles (id, days, name) VALUES (5, 0, 'One-time')");
|