-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
SidebarPopup Interactivity Setting (#679)
Not all my goals are complete on this but it's a good enough start.
- Loading branch information
1 parent
225ba56
commit bcf9c3c
Showing
22 changed files
with
1,378 additions
and
499 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
--! Previous: sha1:ce627d322f59b0d212d699b84f86719b0a480cc8 | ||
--! Hash: sha1:e6c5fc331e8c572d3e8b7f38f6049415b3e7a7f3 | ||
|
||
-- Enter migration here | ||
ALTER TYPE interactivity_type ADD VALUE IF NOT EXISTS 'SIDEBAR_OVERLAY'; | ||
|
||
alter table interactivity_settings add column if not exists title text not null default ''; |
Oops, something went wrong.