Skip to content

Commit

Permalink
GITBOOK-15: No subject
Browse files Browse the repository at this point in the history
  • Loading branch information
gitbook-bot committed Aug 18, 2024
1 parent e7b9530 commit 4ca8a28
Show file tree
Hide file tree
Showing 18 changed files with 12 additions and 1,162 deletions.
30 changes: 12 additions & 18 deletions docs/SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,31 +22,25 @@
* [Collections](guides/coreconcepts/patterns/active-record/collections.md)
* [Repository](guides/coreconcepts/patterns/repository.md)
* [Cql API](cql-api/README.md)
* [CRUD](cql-api/crud/README.md)
* [class Cql::Insert](cql-api/crud/class-cql-insert.md)
* [class Cql::Query](cql-api/crud/class-cql-query.md)
* [class Cql::Delete](cql-api/crud/class-cql-delete.md)
* [class Cql::Update](cql-api/crud/class-cql-update.md)
* [class Cql::Error](cql-api/class-cql-error.md)
* [class Cql::Schema](cql-api/class-cql-schema/README.md)
* [class Cql::Column(T)](cql-api/class-cql-schema/class-cql-column-t.md)
* [module Cql::Record(T, Pk)](cql-api/class-cql-schema/module-cql-record-t-pk.md)
* [class Cql::ForeignKey](cql-api/class-cql-schema/class-cql-foreignkey.md)
* [alias Cql::PrimaryKeyType](cql-api/class-cql-schema/alias-cql-primarykeytype.md)
* [class Cql::Table](cql-api/class-cql-schema/class-cql-table.md)
* [class Cql::AlterTable](cql-api/class-cql-schema/class-cql-altertable.md)
* [class Cql::PrimaryKey(T)](cql-api/class-cql-schema/class-cql-primarykey-t.md)
* [class Cql::Index](cql-api/class-cql-schema/class-cql-index.md)
* [enum Cql::Adapter](cql-api/class-cql-schema/enum-cql-adapter.md)
* [class Cql::Migration](cql-api/class-cql-migration/README.md)
* [class Cql::Migrator](cql-api/class-cql-migration/class-cql-migrator.md)
* [Cql::Migrator::MigrationRecord](cql-api/class-cql-migration/cql-migrator-migrationrecord.md)
* [module Cql::Record(T, Pk)](cql-api/module-cql-record-t-pk/README.md)
* [module Cql::Relations](cql-api/module-cql-record-t-pk/module-cql-relations/README.md)
* [module Cql::Relations::BelongsTo](cql-api/module-cql-record-t-pk/module-cql-relations/module-cql-relations-belongsto.md)
* [class Cql::Relations::Collection(Target, Pk)](cql-api/module-cql-record-t-pk/module-cql-relations/class-cql-relations-collection-target-pk.md)
* [module Cql::Relations::HasMany](cql-api/module-cql-record-t-pk/module-cql-relations/module-cql-relations-hasmany.md)
* [module Cql::Relations::HasOne](cql-api/module-cql-record-t-pk/module-cql-relations/module-cql-relations-hasone.md)
* [class Cql::Relations::ManyCollection(Target, Through, Pk)](cql-api/module-cql-record-t-pk/module-cql-relations/class-cql-relations-manycollection-target-through-pk.md)
* [module Cql::Relations::ManyToMany](cql-api/module-cql-record-t-pk/module-cql-relations/module-cql-relations-manytomany.md)
* [class Cql::Repository(T, Pk)](cql-api/class-cql-repository-t-pk.md)
* [class Cql::Error](cql-api/class-cql-error.md)
* [module Cql::Relations](cql-api/module-cql-relations/README.md)
* [module Cql::Relations::BelongsTo](cql-api/module-cql-relations/module-cql-relations-belongsto.md)
* [class Cql::Relations::Collection(Target, Pk)](cql-api/module-cql-relations/class-cql-relations-collection-target-pk.md)
* [module Cql::Relations::HasMany](cql-api/module-cql-relations/module-cql-relations-hasmany.md)
* [module Cql::Relations::HasOne](cql-api/module-cql-relations/module-cql-relations-hasone.md)
* [class Cql::Relations::ManyCollection(Target, Through, Pk)](cql-api/module-cql-relations/class-cql-relations-manycollection-target-through-pk.md)
* [module Cql::Relations::ManyToMany](cql-api/module-cql-relations/module-cql-relations-manytomany.md)
* [Migrations](cql-api/migrations/README.md)
* [Cql::Migrator::MigrationRecord](cql-api/migrations/cql-migrator-migrationrecord.md)
* [class Cql::Migrator](cql-api/migrations/class-cql-migrator.md)
* [class Cql::Migration](cql-api/migrations/class-cql-migration.md)
File renamed without changes.
2 changes: 0 additions & 2 deletions docs/cql-api/crud/README.md

This file was deleted.

173 changes: 0 additions & 173 deletions docs/cql-api/crud/class-cql-delete.md

This file was deleted.

Loading

0 comments on commit 4ca8a28

Please sign in to comment.