[PR #165] [CLOSED] Add package.json and missing decodeTime from ulid import #179

Closed
opened 2026-02-16 12:51:44 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/stoatchat/self-hosted/pull/165
Author: @fearganni
Created: 8/27/2025
Status: Closed

Base: mainHead: master


📝 Commits (3)

  • 2237f4c Add package.json for migrations with dependencies
  • eef1f57 Add package-lock.json for migrations
  • effd3cc Add import for decodeTime from ulid

📊 Changes

3 files changed (+173 additions, -0 deletions)

View changed files

📝 migrations/20240929-autumn-rewrite.mjs (+1 -0)
migrations/package-lock.json (+160 -0)
migrations/package.json (+12 -0)

📄 Description

Please make sure to check the following tasks before opening and submitting a PR

  • I understand and have followed the contribution guide
  • I have tested my changes locally and they are working as intended

** I did not touch the 'revolt production' version of the autumn migration file.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/stoatchat/self-hosted/pull/165 **Author:** [@fearganni](https://github.com/fearganni) **Created:** 8/27/2025 **Status:** ❌ Closed **Base:** `main` ← **Head:** `master` --- ### 📝 Commits (3) - [`2237f4c`](https://github.com/stoatchat/self-hosted/commit/2237f4c2e936769a7abb60ffbbeacdd82efe2e38) Add package.json for migrations with dependencies - [`eef1f57`](https://github.com/stoatchat/self-hosted/commit/eef1f576ca5f2977e3659d9fb6993163c6a66e5a) Add package-lock.json for migrations - [`effd3cc`](https://github.com/stoatchat/self-hosted/commit/effd3cc35ca5046b8362b562489960896e634f54) Add import for decodeTime from ulid ### 📊 Changes **3 files changed** (+173 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `migrations/20240929-autumn-rewrite.mjs` (+1 -0) ➕ `migrations/package-lock.json` (+160 -0) ➕ `migrations/package.json` (+12 -0) </details> ### 📄 Description ## Please make sure to check the following tasks before opening and submitting a PR - [x] I understand and have followed the [contribution guide](https://github.com/revoltchat/.github/blob/master/.github/CONTRIBUTING.md) - [x] I have tested my changes locally and they are working as intended ** I did not touch the 'revolt production' version of the autumn migration file. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-16 12:51:44 -05:00
yindo closed this issue 2026-02-16 12:51:44 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: stoatchat/self-hosted#179