-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* 🗃️ Add verified column to Skill table * 🗃️ Add init scripts for referential data * 🗃️ Adding Skill / Tag relationship init * 🗃️ Adding unicity constraint on skill/tag combo * 🗃️ Add init scripts for topics + type column * 🗃️ Idempotence on Category seeding * 🗃️ Separating local_seeding from referential seeding * 🗃️ Created the skill to topic mapping * 🗃️ Update skill topics * 🗃️ Update skill topics * 🗃️🐛 Inserting data works better when the table actually exists :) * 🔒 overriding dep for underscore,upgrading sharp (#160) * 🔒 overriding dep for underscore,upgrading sharp * 🔧 upgrade node in ci * 🔧 upgrading graphql to fix peer dependency conflict * 🔧 Updating deps Co-authored-by: Hugo Wood <[email protected]> * 📦 Updating hasura engine (#165) * 📦 Hasura update (#167) * 📦 Updating hasura engine * 📦 Updating node images for CI build * 📦 Updating circleci build script * 📦 Lowering to have matching nodes alogn the build script * 🌐 Upodated localisations (#168) * 🔧 This file is weirdly needed by migration generation from Hasura Co-authored-by: Pierre Nicoli <[email protected]> Co-authored-by: Nicolas Delsaux <[email protected]> Co-authored-by: Hugo Wood <[email protected]>
- Loading branch information
1 parent
83c997c
commit 4b47967
Showing
24 changed files
with
1,565 additions
and
333 deletions.
There are no files selected for viewing
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
File renamed without changes.
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
File renamed without changes.
File renamed without changes.
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 @@ | ||
{} |
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
Oops, something went wrong.