Skip to content

fastn comments in sql migration #2142

Description

@amitu

E.g. if I add comments in migration:

-- fastn.migration: 0001-initial-migration

create table if not exists lets_teach_user_concept (
    id integer primary key,

    ;; foo
    user_id integer not null,
);

I get SQL error.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions