Skip to content

Commit

Permalink
Remove user types,fns,consts in favor of package equivalents
Browse files Browse the repository at this point in the history
  • Loading branch information
StachuDotNet committed Apr 30, 2024
1 parent 698b4c8 commit c9e60aa
Show file tree
Hide file tree
Showing 84 changed files with 3,535 additions and 9,531 deletions.
5 changes: 4 additions & 1 deletion .gitattributes
Original file line number Diff line number Diff line change
@@ -1 +1,4 @@
*Paket.Restore.targets eol=crlf
*Paket.Restore.targets eol=crlf

backend/serialization/*.bin linguist-generated=true
backend/serialization/*.json linguist-generated=true
2 changes: 1 addition & 1 deletion backend/migrations/20230709_000000_migration.sql
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ system_migrations_v0


CREATE TYPE toplevel_type AS
ENUM ('handler', 'db', 'user_function', 'user_type', 'user_constant');
ENUM ('db', 'handler');

CREATE TABLE IF NOT EXISTS
toplevels_v0
Expand Down
Binary file modified backend/serialization/toplevels-binary-latest.bin
Binary file not shown.
Loading

0 comments on commit c9e60aa

Please sign in to comment.