Skip to content

Commit

Permalink
#958: move generation classes to test code
Browse files Browse the repository at this point in the history
  • Loading branch information
pizzi-cato committed Aug 14, 2024
1 parent 06c9fd4 commit 8038cc4
Show file tree
Hide file tree
Showing 7 changed files with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,6 @@ values (2, CURRENT_QUARTER_LABEL(), CURRENT_QUARTER_START_DATE(), CURRENT_QUARTE
(99, 'GJ ForTests', '2000-07-01', '2000-09-30'),
(999, 'Backlog', null, null);

select * from quarter;

insert into team (id, version, name)
values (4, 1, '/BBT'),
(8, 1, 'we are cube.³'),
Expand Down
1 change: 1 addition & 0 deletions frontend/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ yarn-error.log
/libpeerconnection.log
testem.log
/typings
/src/app/version.ts

# System files
.DS_Store
Expand Down
1 change: 0 additions & 1 deletion frontend/src/app/version.ts

This file was deleted.

0 comments on commit 8038cc4

Please sign in to comment.