Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add the tools needed to clone a camp #6027

Open
wants to merge 5 commits into
base: devel
Choose a base branch
from

Commits on Sep 28, 2024

  1. dev-data: add the 'Harry Potter' lager as sql script

    That we have a sql script which inserts a camp
    with some activities.
    BacLuc committed Sep 28, 2024
    Configuration menu
    Copy the full SHA
    623d5ec View commit details
    Browse the repository at this point in the history
  2. only-1-camp.sql: wrap in anonymous function

    That the statements are executed in a transaction
    and are thus either all statements work are in the
    db, or none (atomicity).
    BacLuc committed Sep 28, 2024
    Configuration menu
    Copy the full SHA
    89397c0 View commit details
    Browse the repository at this point in the history
  3. dev-data/tools: add script to replace the ids in the sql script only-…

    …1-camp.sql
    
    Like this you can add a new camp with come content-nodes easily.
    BacLuc committed Sep 28, 2024
    Configuration menu
    Copy the full SHA
    34ef37c View commit details
    Browse the repository at this point in the history
  4. only-1-camp.sql: remove duplicate inviteKeyHashes

    These are unique over all collaborations.
    Thus, only use established camp collaborations.
    Remove the checklist of the camp collaboration without a user.
    BacLuc committed Sep 28, 2024
    Configuration menu
    Copy the full SHA
    155c9cf View commit details
    Browse the repository at this point in the history
  5. only-1-camp.sql: update the ids

    That you can run this script to create a new camp with some schedule entries and content nodes.
    BacLuc committed Sep 28, 2024
    Configuration menu
    Copy the full SHA
    4141331 View commit details
    Browse the repository at this point in the history