Skip to content

Commit 0c47059

Browse files
committed
Adjust title for tw5 empty
Let's remove the classifier to make things tidier since I guess that's the default kind of TiddlyWiki.
1 parent 130f82b commit 0c47059

3 files changed

Lines changed: 17 additions & 2 deletions

File tree

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
class ModifyTw5EmptyName < ActiveRecord::Migration[8.0]
2+
def up
3+
EmptyMigrationHelper.apply_empty_changes(%(
4+
tw5:
5+
title: TiddlyWiki
6+
))
7+
end
8+
9+
def down
10+
EmptyMigrationHelper.apply_empty_changes(%(
11+
tw5:
12+
title: TiddlyWiki (self-contained)
13+
))
14+
end
15+
end

rails/db/schema.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
#
1111
# It's strongly recommended that you check this file into your version control system.
1212

13-
ActiveRecord::Schema[8.0].define(version: 2026_06_01_195913) do
13+
ActiveRecord::Schema[8.0].define(version: 2026_06_01_201623) do
1414
# These are extensions that must be enabled in order to support this database
1515
enable_extension "pg_catalog.plpgsql"
1616

rails/db/seeds/empties.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
---
55
- id: 1
66
name: tw5
7-
title: TiddlyWiki (self-contained)
7+
title: TiddlyWiki
88
description: The famous customizable personal wiki and non-linear notebook, with
99
internal core javascript.
1010
enabled: true

0 commit comments

Comments
 (0)