[PR #27] [MERGED] chore: Replace unsupported PRAGMA user_version #28

Closed
opened 2026-03-02 03:21:18 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/cloudflare/skills/pull/27
Author: @hiendv
Created: 2/24/2026
Status: Merged
Merged: 2/24/2026
Merged by: @elithrar

Base: mainHead: update-do-migrations


📝 Commits (1)

📊 Changes

2 files changed (+38 additions, -17 deletions)

View changed files

📝 skills/cloudflare/references/do-storage/patterns.md (+20 -8)
📝 skills/durable-objects/references/rules.md (+18 -9)

📄 Description

PRAGMA user_version is not supported in DO SQLite storage. Updated migration examples in both reference files to use a _sql_schema_migrations table pattern per the official Cloudflare docs (cloudflare/cloudflare-docs#28233)


🔄 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/cloudflare/skills/pull/27 **Author:** [@hiendv](https://github.com/hiendv) **Created:** 2/24/2026 **Status:** ✅ Merged **Merged:** 2/24/2026 **Merged by:** [@elithrar](https://github.com/elithrar) **Base:** `main` ← **Head:** `update-do-migrations` --- ### 📝 Commits (1) - [`a51efb3`](https://github.com/cloudflare/skills/commit/a51efb346fdd92a9373c854684a8a541c7cd8ba7) chore: Replace unsupported PRAGMA user_version with _sql_schema_migrations table per the official Cloudflare docs (cloudflare/cloudflare-docs#28233) ### 📊 Changes **2 files changed** (+38 additions, -17 deletions) <details> <summary>View changed files</summary> 📝 `skills/cloudflare/references/do-storage/patterns.md` (+20 -8) 📝 `skills/durable-objects/references/rules.md` (+18 -9) </details> ### 📄 Description `PRAGMA user_version` is not supported in DO SQLite storage. Updated migration examples in both reference files to use a `_sql_schema_migrations` table pattern per the official Cloudflare docs (cloudflare/cloudflare-docs#28233) --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-02 03:21:18 +03:00
Sign in to join this conversation.
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/skills#28
No description provided.