Skip to content

Commit

Permalink
Column rename (#573)
Browse files Browse the repository at this point in the history
* feat: added migration script, new columns, api handling, auto-dataset loading in client

* feat: client correctly loads default datasets, awaits

* updated model, working through reducer changes

* fix: upgraded dependencies, fixed breaking changes

* updated

* updated

* implementing ui

* removed debug logging on client, bumped version

* updated db build scripts
  • Loading branch information
ndobb authored Oct 26, 2022
1 parent 25bbe19 commit 673b896
Show file tree
Hide file tree
Showing 85 changed files with 22,221 additions and 15,618 deletions.
313 changes: 1 addition & 312 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/db/build/LeafDB.Init.sql
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ SELECT
,[SecondaryColor] = 'rgb(183, 165, 122)'

INSERT INTO [ref].[Version] (Lock, [Version])
SELECT 'X', N'3.11.1';
SELECT 'X', N'3.11.2';

INSERT INTO app.ServerState (Lock, IsUp, Updated, UpdatedBy)
SELECT 'X', 1, GETDATE(), 'Leaf Initialization Script'
Loading

0 comments on commit 673b896

Please sign in to comment.