Release: Update schema to GUID, fix README, remove stale files OB-4#15
Merged
Oblio-Falootin merged 2 commits intomainfrom Mar 25, 2026
Merged
Release: Update schema to GUID, fix README, remove stale files OB-4#15Oblio-Falootin merged 2 commits intomainfrom
Oblio-Falootin merged 2 commits intomainfrom
Conversation
added 2 commits
March 25, 2026 00:38
Confirming clawbot-sql-memory is current and deployable. sql-memory v2.0 with pymssql transport, UTC timestamps, parameterised queries. Compatible with sql-connector v2.1 (dynamic backend config via .env)
SCHEMA UPDATES: - All INT IDENTITY → UNIQUEIDENTIFIER PRIMARY KEY DEFAULT newid() - Tables affected: Memories, TaskQueue, ActivityLog, Sessions, KnowledgeIndex, Todos ENV CONFIGURATION: - Updated .env docs to use dynamic backend naming pattern (SQL_<backend>_*) - Pattern: SQL_local_*, SQL_cloud_*, or any custom backend - Added reference to sql-connector README for details CLEANUP: - Removed UPDATE_MARKER.txt (temporary marker file) - Deleted embedded sql-connector/ directory (not needed, use separate repo) COMPATIBILITY: - Still imports from clawbot-sql-connector v2.1 (with dynamic backend config) - All APIs unchanged - UTC timestamps, parameterised queries throughout Ready for main branch merge.
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Tickets
OB-4
Changes
Description
Updates README to reflect yesterday's schema migration (INT → GUID).
Removes stale files and embedded sql-connector directory.
Integrates with clawbot-sql-connector v2.1 (dynamic backend config).
Testing
Ready for merge once GitHub workflow tests pass