From fc4c431d8346f574ab535940b3523ce96ab87e48 Mon Sep 17 00:00:00 2001 From: walking devel <104449470+walkingdevel@users.noreply.github.com> Date: Tue, 4 Apr 2023 19:35:52 +0000 Subject: [PATCH] v: rename sql.v -> orm.v for consistency (#17877) --- vlib/v/gen/c/{sql.v => orm.v} | 0 vlib/v/parser/{sql.v => orm.v} | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename vlib/v/gen/c/{sql.v => orm.v} (100%) rename vlib/v/parser/{sql.v => orm.v} (100%) diff --git a/vlib/v/gen/c/sql.v b/vlib/v/gen/c/orm.v similarity index 100% rename from vlib/v/gen/c/sql.v rename to vlib/v/gen/c/orm.v diff --git a/vlib/v/parser/sql.v b/vlib/v/parser/orm.v similarity index 100% rename from vlib/v/parser/sql.v rename to vlib/v/parser/orm.v