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

Move SQL triggers from migrations into reusable sql file #4333

Merged
merged 236 commits into from Apr 18, 2024

Commits on Dec 15, 2023

  1. stuff

    dullbananas committed Dec 15, 2023
    Copy the full SHA
    4fe1dd9 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    ea6f391 View commit details
    Browse the repository at this point in the history

Commits on Dec 16, 2023

  1. Copy the full SHA
    fdebc85 View commit details
    Browse the repository at this point in the history
  2. stuff

    dullbananas committed Dec 16, 2023
    Copy the full SHA
    9b9314a View commit details
    Browse the repository at this point in the history

Commits on Dec 20, 2023

  1. do things

    dullbananas committed Dec 20, 2023
    Copy the full SHA
    869a246 View commit details
    Browse the repository at this point in the history
  2. stuff

    dullbananas committed Dec 20, 2023
    Copy the full SHA
    ad2af54 View commit details
    Browse the repository at this point in the history
  3. different timestamps

    dullbananas committed Dec 20, 2023
    Copy the full SHA
    191e2f0 View commit details
    Browse the repository at this point in the history
  4. stuff

    dullbananas committed Dec 20, 2023
    Copy the full SHA
    82e37f7 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    f54a350 View commit details
    Browse the repository at this point in the history
  6. Update comment.rs

    dullbananas committed Dec 20, 2023
    Copy the full SHA
    d896109 View commit details
    Browse the repository at this point in the history
  7. Update comment.rs

    dullbananas committed Dec 20, 2023
    Copy the full SHA
    ef654b1 View commit details
    Browse the repository at this point in the history
  8. Update post_view.rs

    dullbananas committed Dec 20, 2023
    Copy the full SHA
    49ca4da View commit details
    Browse the repository at this point in the history
  9. Update utils.rs

    dullbananas committed Dec 20, 2023
    Copy the full SHA
    fc30008 View commit details
    Browse the repository at this point in the history
  10. Copy the full SHA
    23c64ea View commit details
    Browse the repository at this point in the history
  11. Update up.sql

    dullbananas committed Dec 20, 2023
    Copy the full SHA
    4654404 View commit details
    Browse the repository at this point in the history

Commits on Dec 21, 2023

  1. Update up.sql

    dullbananas committed Dec 21, 2023
    Copy the full SHA
    f4dd788 View commit details
    Browse the repository at this point in the history
  2. Update down.sql

    dullbananas committed Dec 21, 2023
    Copy the full SHA
    1fcf2f7 View commit details
    Browse the repository at this point in the history
  3. Update up.sql

    dullbananas committed Dec 21, 2023
    Copy the full SHA
    22030b5 View commit details
    Browse the repository at this point in the history
  4. Update main.rs

    dullbananas committed Dec 21, 2023
    Copy the full SHA
    abcf331 View commit details
    Browse the repository at this point in the history
  5. use anyhow macro

    dullbananas committed Dec 21, 2023
    Copy the full SHA
    029cb25 View commit details
    Browse the repository at this point in the history

Commits on Dec 22, 2023

  1. Create down.sql

    dullbananas committed Dec 22, 2023
    Copy the full SHA
    edfc9ac View commit details
    Browse the repository at this point in the history
  2. Create up.sql

    dullbananas committed Dec 22, 2023
    Copy the full SHA
    4201f98 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    d38b392 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    b893fb3 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    ce5521d View commit details
    Browse the repository at this point in the history

Commits on Dec 23, 2023

  1. Copy the full SHA
    394a859 View commit details
    Browse the repository at this point in the history
  2. Update utils.rs

    dullbananas committed Dec 23, 2023
    Copy the full SHA
    4dd36f1 View commit details
    Browse the repository at this point in the history
  3. Update .woodpecker.yml

    dullbananas committed Dec 23, 2023
    Copy the full SHA
    0573157 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    53f1c76 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    c49380a View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    07cf24c View commit details
    Browse the repository at this point in the history
  7. Copy the full SHA
    8a36657 View commit details
    Browse the repository at this point in the history
  8. Copy the full SHA
    5606a8c View commit details
    Browse the repository at this point in the history
  9. Copy the full SHA
    3b4712d View commit details
    Browse the repository at this point in the history
  10. Copy the full SHA
    29137af View commit details
    Browse the repository at this point in the history
  11. Copy the full SHA
    9306e31 View commit details
    Browse the repository at this point in the history
  12. Create dump_schema.sh

    dullbananas committed Dec 23, 2023
    Copy the full SHA
    bd67514 View commit details
    Browse the repository at this point in the history
  13. Update start_dev_db.sh

    dullbananas committed Dec 23, 2023
    Copy the full SHA
    b333988 View commit details
    Browse the repository at this point in the history
  14. Copy the full SHA
    c0acb47 View commit details
    Browse the repository at this point in the history
  15. Copy the full SHA
    96fb168 View commit details
    Browse the repository at this point in the history
  16. Copy the full SHA
    e330194 View commit details
    Browse the repository at this point in the history
  17. Copy the full SHA
    1cd6ed1 View commit details
    Browse the repository at this point in the history
  18. Copy the full SHA
    94b745f View commit details
    Browse the repository at this point in the history
  19. Copy the full SHA
    d2dc153 View commit details
    Browse the repository at this point in the history
  20. Copy the full SHA
    1eb231c View commit details
    Browse the repository at this point in the history

Commits on Dec 24, 2023

  1. Copy the full SHA
    a4fdd32 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    bc10ef6 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    e9565f8 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    25afdb2 View commit details
    Browse the repository at this point in the history

Commits on Dec 25, 2023

  1. stuff

    dullbananas committed Dec 25, 2023
    Copy the full SHA
    0f20043 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    e6dc68d View commit details
    Browse the repository at this point in the history
  3. Update .pg_format

    dullbananas committed Dec 25, 2023
    Copy the full SHA
    22abe64 View commit details
    Browse the repository at this point in the history
  4. fmt

    dullbananas committed Dec 25, 2023
    Copy the full SHA
    fb95056 View commit details
    Browse the repository at this point in the history
  5. stuff

    dullbananas committed Dec 25, 2023
    Copy the full SHA
    39eb0e8 View commit details
    Browse the repository at this point in the history

Commits on Dec 27, 2023

  1. stuff (#21)

    dullbananas committed Dec 27, 2023
    Copy the full SHA
    172a64f View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    b739501 View commit details
    Browse the repository at this point in the history
  3. Update up.sql

    dullbananas committed Dec 27, 2023
    Copy the full SHA
    b97a039 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    0a93d19 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    94e545f View commit details
    Browse the repository at this point in the history
  6. fmt

    dullbananas committed Dec 27, 2023
    Copy the full SHA
    a27cf89 View commit details
    Browse the repository at this point in the history
  7. Copy the full SHA
    12b1e12 View commit details
    Browse the repository at this point in the history
  8. update cargo.lock

    dullbananas committed Dec 27, 2023
    Copy the full SHA
    4e40aa4 View commit details
    Browse the repository at this point in the history
  9. stuff

    dullbananas committed Dec 27, 2023
    Copy the full SHA
    3e2866f View commit details
    Browse the repository at this point in the history

Commits on Dec 28, 2023

  1. Copy the full SHA
    c29d9f7 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    6093f34 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    ebfe60c View commit details
    Browse the repository at this point in the history
  4. fix some things

    dullbananas committed Dec 28, 2023
    Copy the full SHA
    4b9f4ce View commit details
    Browse the repository at this point in the history

Commits on Dec 29, 2023

  1. Copy the full SHA
    1ff9c6f View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    6477b6d View commit details
    Browse the repository at this point in the history
  3. Update .woodpecker.yml

    dullbananas committed Dec 29, 2023
    Copy the full SHA
    7d8720c View commit details
    Browse the repository at this point in the history
  4. stuff

    dullbananas committed Dec 29, 2023
    Copy the full SHA
    7162c13 View commit details
    Browse the repository at this point in the history
  5. fix TG_OP

    dullbananas committed Dec 29, 2023
    Copy the full SHA
    c17be51 View commit details
    Browse the repository at this point in the history
  6. Psql env vars

    dullbananas committed Dec 29, 2023
    Copy the full SHA
    91d8179 View commit details
    Browse the repository at this point in the history
  7. Copy the full SHA
    75d00a4 View commit details
    Browse the repository at this point in the history
  8. Revert "try to fix combine_transition_tables parse error"

    This reverts commit 75d00a4.
    dullbananas committed Dec 29, 2023
    Copy the full SHA
    5a18aca View commit details
    Browse the repository at this point in the history
  9. Copy the full SHA
    59178d2 View commit details
    Browse the repository at this point in the history

Commits on Dec 30, 2023

  1. Copy the full SHA
    b916ab9 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    d67bd5f View commit details
    Browse the repository at this point in the history
  3. fix some things

    dullbananas committed Dec 30, 2023
    Copy the full SHA
    0844a76 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    8d1c633 View commit details
    Browse the repository at this point in the history
  5. fix sql errors

    dullbananas committed Dec 30, 2023
    Copy the full SHA
    0ca591e View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    0066a4b View commit details
    Browse the repository at this point in the history
  7. fmt

    dullbananas committed Dec 30, 2023
    Copy the full SHA
    a5bcd08 View commit details
    Browse the repository at this point in the history
  8. Revert "fmt"

    This reverts commit a5bcd08.
    dullbananas committed Dec 30, 2023
    Copy the full SHA
    6b03b5b View commit details
    Browse the repository at this point in the history
  9. Revert "update comment count in post trigger"

    This reverts commit 0066a4b.
    dullbananas committed Dec 30, 2023
    Copy the full SHA
    17893a2 View commit details
    Browse the repository at this point in the history
  10. fix everything

    dullbananas committed Dec 30, 2023
    Copy the full SHA
    439c03f View commit details
    Browse the repository at this point in the history

Commits on Dec 31, 2023

  1. Copy the full SHA
    cc9a123 View commit details
    Browse the repository at this point in the history
  2. actually fix everything

    dullbananas committed Dec 31, 2023
    Copy the full SHA
    66b68a6 View commit details
    Browse the repository at this point in the history
  3. refactor create_triggers

    dullbananas committed Dec 31, 2023
    Copy the full SHA
    811009b View commit details
    Browse the repository at this point in the history
  4. fix

    dullbananas committed Dec 31, 2023
    Copy the full SHA
    1fd9297 View commit details
    Browse the repository at this point in the history
  5. add semicolons

    dullbananas committed Dec 31, 2023
    Copy the full SHA
    469e792 View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    72da0fd View commit details
    Browse the repository at this point in the history
  7. refactor comment trigger

    dullbananas committed Dec 31, 2023
    Copy the full SHA
    10071b7 View commit details
    Browse the repository at this point in the history
  8. refactor post trigger

    dullbananas committed Dec 31, 2023
    Copy the full SHA
    bda84cf View commit details
    Browse the repository at this point in the history

Commits on Jan 1, 2024

  1. fix

    dullbananas committed Jan 1, 2024
    Copy the full SHA
    ee7231d View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2024

  1. Copy the full SHA
    7501350 View commit details
    Browse the repository at this point in the history

Commits on Jan 6, 2024

  1. Copy the full SHA
    d7e2f2f View commit details
    Browse the repository at this point in the history

Commits on Jan 13, 2024

  1. Copy the full SHA
    71773bb View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2024

  1. Copy the full SHA
    74693cc View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2024

  1. Copy the full SHA
    e37be27 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    f404cd6 View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2024

  1. subscribers_local

    dullbananas committed Jan 27, 2024
    Copy the full SHA
    e70d9fd View commit details
    Browse the repository at this point in the history
  2. edit migrations

    dullbananas committed Jan 27, 2024
    Copy the full SHA
    d4ce47f View commit details
    Browse the repository at this point in the history
  3. move migrations

    dullbananas committed Jan 27, 2024
    Copy the full SHA
    7a86d74 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    9a9b15b View commit details
    Browse the repository at this point in the history
  5. fix everything

    dullbananas committed Jan 27, 2024
    Copy the full SHA
    ea16954 View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2024

  1. stuff

    dullbananas committed Feb 3, 2024
    Copy the full SHA
    c52de94 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    023731d View commit details
    Browse the repository at this point in the history
  3. utils.sql

    dullbananas committed Feb 3, 2024
    Copy the full SHA
    b0c0765 View commit details
    Browse the repository at this point in the history
  4. delete .pg_format

    dullbananas committed Feb 3, 2024
    Copy the full SHA
    3516ed0 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    5894443 View commit details
    Browse the repository at this point in the history
  6. Update .woodpecker.yml

    dullbananas committed Feb 3, 2024
    Copy the full SHA
    e06472e View commit details
    Browse the repository at this point in the history
  7. Copy the full SHA
    668705b View commit details
    Browse the repository at this point in the history
  8. Update .woodpecker.yml

    dullbananas committed Feb 3, 2024
    Copy the full SHA
    786d6ff View commit details
    Browse the repository at this point in the history
  9. Copy the full SHA
    4db2a5e View commit details
    Browse the repository at this point in the history
  10. Copy the full SHA
    bd2e7f3 View commit details
    Browse the repository at this point in the history
  11. fmt

    dullbananas committed Feb 3, 2024
    Copy the full SHA
    e1acc20 View commit details
    Browse the repository at this point in the history

Commits on Feb 4, 2024

  1. Create main.rs

    dullbananas committed Feb 4, 2024
    Copy the full SHA
    a12ccea View commit details
    Browse the repository at this point in the history
  2. Update lib.rs

    dullbananas committed Feb 4, 2024
    Copy the full SHA
    c51c361 View commit details
    Browse the repository at this point in the history
  3. Update main.rs

    dullbananas committed Feb 4, 2024
    Copy the full SHA
    0b9f396 View commit details
    Browse the repository at this point in the history
  4. Update .woodpecker.yml

    dullbananas committed Feb 4, 2024
    Copy the full SHA
    ccea56f View commit details
    Browse the repository at this point in the history
  5. Update main.rs

    dullbananas committed Feb 4, 2024
    Copy the full SHA
    acd543f View commit details
    Browse the repository at this point in the history
  6. Update Cargo.toml

    dullbananas committed Feb 4, 2024
    Copy the full SHA
    4bee07e View commit details
    Browse the repository at this point in the history
  7. Update .woodpecker.yml

    dullbananas committed Feb 4, 2024
    Copy the full SHA
    9c840c6 View commit details
    Browse the repository at this point in the history
  8. Update .woodpecker.yml

    dullbananas committed Feb 4, 2024
    Copy the full SHA
    3eea466 View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2024

  1. Update triggers.sql

    dullbananas committed Feb 5, 2024
    Copy the full SHA
    276b6d7 View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2024

  1. YAY

    dullbananas committed Feb 6, 2024
    Copy the full SHA
    37ca23b View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2024

  1. Update mod.rs

    dullbananas committed Feb 7, 2024
    Copy the full SHA
    3087863 View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2024

  1. Copy the full SHA
    de6ca13 View commit details
    Browse the repository at this point in the history
  2. Update Cargo.toml

    dullbananas committed Feb 9, 2024
    Copy the full SHA
    3b72456 View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2024

  1. a

    dullbananas committed Feb 10, 2024
    Copy the full SHA
    484fc8d View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    6f2c832 View commit details
    Browse the repository at this point in the history
  3. Update Cargo.toml

    dullbananas committed Feb 10, 2024
    Copy the full SHA
    07482fe View commit details
    Browse the repository at this point in the history
  4. Update Cargo.toml

    dullbananas committed Feb 10, 2024
    Copy the full SHA
    e14aadb View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    8edd94c View commit details
    Browse the repository at this point in the history
  6. Update Cargo.toml

    dullbananas committed Feb 10, 2024
    Copy the full SHA
    67474b5 View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2024

  1. Update .woodpecker.yml

    dullbananas committed Feb 11, 2024
    Copy the full SHA
    7552443 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    3566652 View commit details
    Browse the repository at this point in the history
  3. Update .woodpecker.yml

    dullbananas committed Feb 11, 2024
    Copy the full SHA
    234e52d View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2024

  1. Update .woodpecker.yml

    dullbananas committed Feb 12, 2024
    Copy the full SHA
    db9a889 View commit details
    Browse the repository at this point in the history
  2. Update .woodpecker.yml

    dullbananas committed Feb 12, 2024
    Copy the full SHA
    1519d94 View commit details
    Browse the repository at this point in the history
  3. Update .woodpecker.yml

    dullbananas committed Feb 12, 2024
    Copy the full SHA
    b92666e View commit details
    Browse the repository at this point in the history
  4. Update .woodpecker.yml

    dullbananas committed Feb 12, 2024
    Copy the full SHA
    a5cdc6e View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    f47e6ec View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2024

  1. Update .woodpecker.yml

    dullbananas committed Feb 13, 2024
    Copy the full SHA
    976de43 View commit details
    Browse the repository at this point in the history
  2. Update utils.sql

    dullbananas committed Feb 13, 2024
    Copy the full SHA
    f5fa10e View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    14e5a58 View commit details
    Browse the repository at this point in the history
  4. Update utils.sql

    dullbananas committed Feb 13, 2024
    Copy the full SHA
    4ba9add View commit details
    Browse the repository at this point in the history
  5. Update .woodpecker.yml

    dullbananas committed Feb 13, 2024
    Copy the full SHA
    4ab0121 View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2024

  1. Update .woodpecker.yml

    dullbananas committed Feb 14, 2024
    Copy the full SHA
    ed0da1d View commit details
    Browse the repository at this point in the history
  2. Update .woodpecker.yml

    dullbananas committed Feb 14, 2024
    Copy the full SHA
    db58dce View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2024

  1. Update .woodpecker.yml

    dullbananas committed Feb 15, 2024
    Copy the full SHA
    e7d72a8 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    d3aa6a7 View commit details
    Browse the repository at this point in the history
  3. Update .woodpecker.yml

    dullbananas committed Feb 15, 2024
    Copy the full SHA
    1f086f5 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    c897cbf View commit details
    Browse the repository at this point in the history
  5. Update down.sql

    dullbananas committed Feb 15, 2024
    Copy the full SHA
    b87232e View commit details
    Browse the repository at this point in the history
  6. Update up.sql

    dullbananas committed Feb 15, 2024
    Copy the full SHA
    4f4963f View commit details
    Browse the repository at this point in the history
  7. Update triggers.sql

    dullbananas committed Feb 15, 2024
    Copy the full SHA
    081b5af View commit details
    Browse the repository at this point in the history
  8. Update .woodpecker.yml

    dullbananas committed Feb 15, 2024
    Copy the full SHA
    db584bf View commit details
    Browse the repository at this point in the history
  9. Update .woodpecker.yml

    dullbananas committed Feb 15, 2024
    Copy the full SHA
    d7f7a1e View commit details
    Browse the repository at this point in the history
  10. Update triggers.sql

    dullbananas committed Feb 15, 2024
    Copy the full SHA
    3d262a5 View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2024

  1. Update down.sql

    dullbananas committed Feb 16, 2024
    Copy the full SHA
    14c2240 View commit details
    Browse the repository at this point in the history
  2. Update .woodpecker.yml

    dullbananas committed Feb 16, 2024
    Copy the full SHA
    eb4edb2 View commit details
    Browse the repository at this point in the history
  3. Update Cargo.toml

    dullbananas committed Feb 16, 2024
    Copy the full SHA
    5ae314f View commit details
    Browse the repository at this point in the history
  4. Update .woodpecker.yml

    dullbananas committed Feb 16, 2024
    Copy the full SHA
    32ffb16 View commit details
    Browse the repository at this point in the history
  5. Update Cargo.toml

    dullbananas committed Feb 16, 2024
    Copy the full SHA
    be41673 View commit details
    Browse the repository at this point in the history
  6. Update .woodpecker.yml

    dullbananas committed Feb 16, 2024
    Copy the full SHA
    1b3d76f View commit details
    Browse the repository at this point in the history
  7. Update .woodpecker.yml

    dullbananas committed Feb 16, 2024
    Copy the full SHA
    8104a49 View commit details
    Browse the repository at this point in the history
  8. Update .woodpecker.yml

    dullbananas committed Feb 16, 2024
    Copy the full SHA
    c7f4f35 View commit details
    Browse the repository at this point in the history
  9. Update .woodpecker.yml

    dullbananas committed Feb 16, 2024
    Copy the full SHA
    5231be2 View commit details
    Browse the repository at this point in the history
  10. Update .woodpecker.yml

    dullbananas committed Feb 16, 2024
    Copy the full SHA
    9c6f3fc View commit details
    Browse the repository at this point in the history
  11. Update .woodpecker.yml

    dullbananas committed Feb 16, 2024
    Copy the full SHA
    9c2156a View commit details
    Browse the repository at this point in the history
  12. Update .woodpecker.yml

    dullbananas committed Feb 16, 2024
    Copy the full SHA
    426a5d3 View commit details
    Browse the repository at this point in the history
  13. Update .woodpecker.yml

    dullbananas committed Feb 16, 2024
    Copy the full SHA
    75faf4e View commit details
    Browse the repository at this point in the history
  14. Update .woodpecker.yml

    dullbananas committed Feb 16, 2024
    Copy the full SHA
    468edd7 View commit details
    Browse the repository at this point in the history
  15. Update .woodpecker.yml

    dullbananas committed Feb 16, 2024
    Copy the full SHA
    3bc7a40 View commit details
    Browse the repository at this point in the history
  16. Update .woodpecker.yml

    dullbananas committed Feb 16, 2024
    Copy the full SHA
    d67c0dc View commit details
    Browse the repository at this point in the history
  17. Update .woodpecker.yml

    dullbananas committed Feb 16, 2024
    Copy the full SHA
    68e5ee8 View commit details
    Browse the repository at this point in the history
  18. Update .woodpecker.yml

    dullbananas committed Feb 16, 2024
    Copy the full SHA
    569cc42 View commit details
    Browse the repository at this point in the history
  19. Update .woodpecker.yml

    dullbananas committed Feb 16, 2024
    Copy the full SHA
    b47bf5c View commit details
    Browse the repository at this point in the history
  20. Update .woodpecker.yml

    dullbananas committed Feb 16, 2024
    Copy the full SHA
    1c537e8 View commit details
    Browse the repository at this point in the history
  21. Copy the full SHA
    fc2956d View commit details
    Browse the repository at this point in the history
  22. Update mod.rs

    dullbananas committed Feb 16, 2024
    Copy the full SHA
    78c5670 View commit details
    Browse the repository at this point in the history
  23. Update Cargo.toml

    dullbananas committed Feb 16, 2024
    Copy the full SHA
    310af69 View commit details
    Browse the repository at this point in the history
  24. Update mod.rs

    dullbananas committed Feb 16, 2024
    Copy the full SHA
    593eab2 View commit details
    Browse the repository at this point in the history
  25. Copy the full SHA
    11ebc81 View commit details
    Browse the repository at this point in the history
  26. fix dump_schema.sh

    dullbananas committed Feb 16, 2024
    Copy the full SHA
    9cd6e77 View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2024

  1. Copy the full SHA
    e95d2a6 View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2024

  1. Copy the full SHA
    358ef76 View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2024

  1. defer

    dullbananas committed Feb 24, 2024
    Copy the full SHA
    290caac View commit details
    Browse the repository at this point in the history
  2. diff dumps

    dullbananas committed Feb 24, 2024
    Copy the full SHA
    163278f View commit details
    Browse the repository at this point in the history
  3. fmt

    dullbananas committed Feb 24, 2024
    Copy the full SHA
    0748756 View commit details
    Browse the repository at this point in the history
  4. Update utils.sql

    dullbananas committed Feb 24, 2024
    Copy the full SHA
    255c1b7 View commit details
    Browse the repository at this point in the history
  5. Update .woodpecker.yml

    dullbananas committed Feb 24, 2024
    Copy the full SHA
    2c4cdfe View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    fc97db2 View commit details
    Browse the repository at this point in the history
  7. Update .woodpecker.yml

    dullbananas committed Feb 24, 2024
    Copy the full SHA
    0ba4ff4 View commit details
    Browse the repository at this point in the history
  8. Update .woodpecker.yml

    dullbananas committed Feb 24, 2024
    Copy the full SHA
    9fca77d View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2024

  1. change migration date

    dullbananas committed Feb 25, 2024
    Copy the full SHA
    d075586 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    55bd7bc View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    5794c75 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    84dcfc8 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    9a66304 View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    83e63e3 View commit details
    Browse the repository at this point in the history
  7. Copy the full SHA
    b2a2d8b View commit details
    Browse the repository at this point in the history
  8. Update .woodpecker.yml

    dullbananas committed Feb 25, 2024
    Copy the full SHA
    72eb5c5 View commit details
    Browse the repository at this point in the history
  9. Update scheduled_tasks.rs

    dullbananas committed Feb 25, 2024
    Copy the full SHA
    1a452e6 View commit details
    Browse the repository at this point in the history
  10. Update scheduled_tasks.rs

    dullbananas committed Feb 25, 2024
    Copy the full SHA
    c5c726e View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2024

  1. Copy the full SHA
    b2fe792 View commit details
    Browse the repository at this point in the history
  2. update cargo.lock

    dullbananas committed Mar 7, 2024
    Copy the full SHA
    fd3a8b8 View commit details
    Browse the repository at this point in the history
  3. move sql files

    dullbananas committed Mar 7, 2024
    Copy the full SHA
    f07e14b View commit details
    Browse the repository at this point in the history
  4. move rank functions

    dullbananas committed Mar 7, 2024
    Copy the full SHA
    430a896 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    7e829be View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    8e5ce8b View commit details
    Browse the repository at this point in the history
  7. fmt

    dullbananas committed Mar 7, 2024
    Copy the full SHA
    a4e8f29 View commit details
    Browse the repository at this point in the history
  8. cargo fmt

    dullbananas committed Mar 7, 2024
    Copy the full SHA
    1bdc7e4 View commit details
    Browse the repository at this point in the history
  9. replace post_id with id

    dullbananas committed Mar 7, 2024
    Copy the full SHA
    2938314 View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2024

  1. Copy the full SHA
    cb41322 View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2024

  1. Copy the full SHA
    3a21c82 View commit details
    Browse the repository at this point in the history
  2. update cargo.lock

    dullbananas committed Mar 16, 2024
    Copy the full SHA
    008fdb3 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    8ce9b9f View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    f850469 View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2024

  1. Copy the full SHA
    c3ec9d1 View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2024

  1. Copy the full SHA
    4f9305d View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2024

  1. debug ci test failure

    dullbananas committed Mar 23, 2024
    Copy the full SHA
    65a13a1 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    333b25c View commit details
    Browse the repository at this point in the history
  3. Update .woodpecker.yml

    dullbananas committed Mar 23, 2024
    Copy the full SHA
    60481cf View commit details
    Browse the repository at this point in the history
  4. remove println

    dullbananas committed Mar 23, 2024
    Copy the full SHA
    0648401 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    e22e60b View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2024

  1. Update schema_setup.rs

    dullbananas committed Mar 24, 2024
    Copy the full SHA
    9cb02af View commit details
    Browse the repository at this point in the history
  2. Fix

    dullbananas committed Mar 24, 2024
    Copy the full SHA
    f21ea89 View commit details
    Browse the repository at this point in the history
  3. Update schema_setup.rs

    dullbananas committed Mar 24, 2024
    Copy the full SHA
    1adc955 View commit details
    Browse the repository at this point in the history
  4. Update schema_setup.rs

    dullbananas committed Mar 24, 2024
    Copy the full SHA
    9ba2f2c View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2024

  1. Update .woodpecker.yml

    dullbananas committed Mar 25, 2024
    Copy the full SHA
    e884c3c View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2024

  1. Copy the full SHA
    595ae5a View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2024

  1. Copy the full SHA
    9720ebd View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2024

  1. Copy the full SHA
    b1d6890 View commit details
    Browse the repository at this point in the history