build_app

This commit is contained in:
risadmin_prod 2025-10-14 06:27:33 +00:00
parent 7e61f23764
commit 3d1c9e9375
4 changed files with 9 additions and 2 deletions

View File

@ -78,6 +78,9 @@ addCustomMenu( "Note","Note", "Transcations");
addCustomMenu( "Note","Note", "Transcations");
addCustomMenu( "Note","Note", "Transcations");
addCustomMenu( "Passwordgenerator","Passwordgenerator", "Transcations");

View File

@ -1,4 +1,2 @@
CREATE TABLE app-d.Note(id BIGINT NOT NULL AUTO_INCREMENT, date_created Date, title VARCHAR(400), content VARCHAR(400), PRIMARY KEY (id));
CREATE TABLE app-d.Note(id BIGINT NOT NULL AUTO_INCREMENT, date_created Date, title VARCHAR(400), content VARCHAR(400), PRIMARY KEY (id));

View File

@ -1,5 +1,6 @@
import { NoteComponent } from './BuilderComponents/note/Note/Note.component';
@ -320,6 +321,8 @@ const routes: Routes = [
{path:'Passwordgenerator',component:PasswordgeneratorComponent},

View File

@ -1,5 +1,6 @@
import { NoteComponent } from './BuilderComponents/note/Note/Note.component';
@ -193,6 +194,8 @@ import { MyworkspaceComponent } from './admin/myworkspace/myworkspace.component'
PasswordgeneratorComponent,