Aaron Parecki
5 years ago
No known key found for this signature in database
GPG Key ID: 276C2817346D6056
9 changed files with 98 additions and 17 deletions
-
4controllers/controllers.php
-
11controllers/micropub.php
-
10lib/helpers.php
-
6schema/migrations/0011.sql
-
1schema/mysql.sql
-
1schema/sqlite.sql
-
21views/event.php
-
18views/partials/syndication-js.php
-
43views/settings.php
@ -0,0 +1,6 @@ |
|||||
|
ALTER TABLE users |
||||
|
DROP COLUMN flightaware_username, |
||||
|
DROP COLUMN flightaware_apikey; |
||||
|
|
||||
|
ALTER TABLE users |
||||
|
ADD COLUMN `channels` TEXT AFTER syndication_targets; |
Write
Preview
Loading…
Cancel
Save
Reference in new issue