From b9b51f5fe3dc0e93467945499a9c53706cde89e0 Mon Sep 17 00:00:00 2001 From: yggverse Date: Sat, 5 Oct 2024 16:16:07 +0300 Subject: [PATCH] update readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 07f476b0..e85db57e 100644 --- a/README.md +++ b/README.md @@ -63,7 +63,7 @@ Guide and protocol draft * contain same name as mod location, for example `app_browser_widget` for `src/app/browser/widget.rs` * every table include autoincrement `id` column and parental primary ID if exist * column name for parental ID must have absolute namespace prefix, for example `app_browser_id` column for `app_browser_widget` table. For example, if the table has few parental keys, column set could be `id`, `parent_one_id`, `parent_two_id`, `some_data` -* _todo_: +* _todo_ * [ ] version control for auto-migrations * [ ] transactions support for update operations